Searched defs:called_method (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/art/runtime/ |
H A D | method_handles.cc | 384 ArtMethod* called_method = method_handle->GetTargetMethod(); in MethodHandleInvokeTransform() local 758 ArtMethod* called_method = RefineTargetMethod(self, in DoMethodHandleInvokeMethod() local
|
/aosp_15_r20/art/runtime/interpreter/ |
H A D | interpreter_common.cc | 1161 static inline bool DoCallCommon(ArtMethod* called_method, in DoCallCommon() 1358 bool DoCall(ArtMethod* called_method, in DoCall()
|
H A D | interpreter_common.h | 177 ArtMethod* called_method = FindMethodToCall<type>( in DoInvoke() local
|
/aosp_15_r20/art/runtime/verifier/ |
H A D | method_verifier.cc | 3294 ArtMethod* called_method = VerifyInvocationArgs(inst, type, is_range); in CodeFlowVerifyInstruction() local 3313 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_DIRECT, is_range); in CodeFlowVerifyInstruction() local 3376 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_STATIC, is_range); in CodeFlowVerifyInstruction() local 3446 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_POLYMORPHIC, is_range); in CodeFlowVerifyInstruction() local
|
/aosp_15_r20/art/openjdkjvmti/ |
H A D | ti_stack.cc | 933 bool called_method = false; in GetOwnedMonitorInfoCommon() local 1174 art::ArtMethod* called_method = final_frame.GetMethod(); in NonStandardExitFrames() local
|
/aosp_15_r20/art/runtime/entrypoints/ |
H A D | entrypoint_utils-inl.h | 561 ArtMethod* called_method = nullptr; in FindMethodToCall() local
|
/aosp_15_r20/external/autotest/client/cros/faft/ |
H A D | rpc_functions.py | 123 def _dispatch(self, called_method, params): argument
|
/aosp_15_r20/art/runtime/entrypoints/quick/ |
H A D | quick_trampoline_entrypoints.cc | 1218 MethodReference called_method(nullptr, 0); in artQuickResolutionTrampoline() local
|