Searched defs:called_method (Results 1 – 8 of 8) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter_common.h | 139 ArtMethod* const called_method = FindMethodFromCode<type, false>( in DoFastInvoke() local 182 ArtMethod* const called_method = FindMethodFromCode<type, do_access_check>( in DoInvoke() local 270 ArtMethod* const called_method = receiver->GetClass()->GetEmbeddedVTableEntry( in DoInvokeVirtualQuick() local
|
D | interpreter_intrinsics.cc | 424 ArtMethod* const called_method, in MterpHandleIntrinsic()
|
D | interpreter_common.cc | 1193 static inline bool DoCallCommon(ArtMethod* called_method, in DoCallCommon() 1403 bool DoCall(ArtMethod* called_method, Thread* self, ShadowFrame& shadow_frame, in DoCall()
|
/art/runtime/ |
D | method_handles.cc | 416 static inline bool MethodHandleInvokeMethod(ArtMethod* called_method, in MethodHandleInvokeMethod() 546 static inline bool MethodHandleInvokeTransform(ArtMethod* called_method, in MethodHandleInvokeTransform() 718 ArtMethod* called_method = RefineTargetMethod(self, in DoInvokePolymorphicMethod() local 1167 ArtMethod* called_method = RefineTargetMethod(self, in MethodHandleInvokeExactInternal() local
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2885 ArtMethod* called_method = VerifyInvocationArgs(inst, type, is_range); in CodeFlowVerifyInstruction() local 2919 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_DIRECT, is_range); in CodeFlowVerifyInstruction() local 2999 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_STATIC, is_range); in CodeFlowVerifyInstruction() local 3077 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_POLYMORPHIC, is_range); in CodeFlowVerifyInstruction() local
|
/art/openjdkjvmti/ |
D | ti_stack.cc | 916 bool called_method = false; in GetOwnedMonitorInfoCommon() local
|
/art/runtime/interpreter/mterp/ |
D | mterp.cc | 331 ArtMethod* const called_method = receiver->GetClass()->GetEmbeddedVTableEntry( in MterpInvokeVirtualQuick() local
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1304 MethodReference called_method(nullptr, 0); in artQuickResolutionTrampoline() local
|