Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h139 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
Dinterpreter_intrinsics.cc424 ArtMethod* const called_method, in MterpHandleIntrinsic()
Dinterpreter_common.cc1193 static inline bool DoCallCommon(ArtMethod* called_method, in DoCallCommon()
1403 bool DoCall(ArtMethod* called_method, Thread* self, ShadowFrame& shadow_frame, in DoCall()
/art/runtime/
Dmethod_handles.cc416 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/
Dmethod_verifier.cc2885 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/
Dti_stack.cc916 bool called_method = false; in GetOwnedMonitorInfoCommon() local
/art/runtime/interpreter/mterp/
Dmterp.cc331 ArtMethod* const called_method = receiver->GetClass()->GetEmbeddedVTableEntry( in MterpInvokeVirtualQuick() local
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1304 MethodReference called_method(nullptr, 0); in artQuickResolutionTrampoline() local