Home
last modified time | relevance | path

Searched defs:called_method (Results 1 – 7 of 7) sorted by relevance

/art/runtime/interpreter/
Dinterpreter_common.h131 ArtMethod* const called_method = FindMethodFromCode<type, false>( in DoFastInvoke() local
172 ArtMethod* const called_method = FindMethodFromCode<type, do_access_check>( in DoInvoke() local
243 ArtMethod* const called_method = receiver->GetClass()->GetEmbeddedVTableEntry( in DoInvokeVirtualQuick() local
Dinterpreter_intrinsics.cc338 ArtMethod* const called_method, in MterpHandleIntrinsic()
Dinterpreter_common.cc904 static inline bool DoCallCommon(ArtMethod* called_method, in DoCallCommon()
1090 bool DoCall(ArtMethod* called_method, Thread* self, ShadowFrame& shadow_frame, in DoCall()
/art/runtime/
Dmethod_handles.cc419 static inline bool DoCallPolymorphic(ArtMethod* called_method, in DoCallPolymorphic()
547 static inline bool DoCallTransform(ArtMethod* called_method, in DoCallTransform()
721 ArtMethod* called_method = RefineTargetMethod(self, in DoInvokePolymorphicMethod() local
1051 ArtMethod* called_method = RefineTargetMethod(self, in DoInvokePolymorphicExact() local
/art/runtime/verifier/
Dmethod_verifier.cc2900 ArtMethod* called_method = VerifyInvocationArgs(inst, type, is_range); in CodeFlowVerifyInstruction() local
2932 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_DIRECT, is_range); in CodeFlowVerifyInstruction() local
3010 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_STATIC, is_range); in CodeFlowVerifyInstruction() local
3088 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_POLYMORPHIC, is_range); in CodeFlowVerifyInstruction() local
3446 ArtMethod* called_method = VerifyInvokeVirtualQuickArgs(inst, is_range); in CodeFlowVerifyInstruction() local
/art/runtime/interpreter/mterp/
Dmterp.cc275 ArtMethod* const called_method = receiver->GetClass()->GetEmbeddedVTableEntry( in MterpInvokeVirtualQuick() local
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc999 MethodReference called_method(nullptr, 0); in artQuickResolutionTrampoline() local