Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_handles.cc385 ArtMethod* called_method = method_handle->GetTargetMethod(); in MethodHandleInvokeTransform() local
758 ArtMethod* called_method = RefineTargetMethod(self, in DoMethodHandleInvokeMethod() local
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h562 ArtMethod* called_method = nullptr; in FindMethodToCall() local
/art/runtime/interpreter/
Dinterpreter_common.cc1186 static inline bool DoCallCommon(ArtMethod* called_method, in DoCallCommon()
1383 bool DoCall(ArtMethod* called_method, in DoCall()
Dinterpreter_common.h204 ArtMethod* called_method = FindMethodToCall<type>( in DoInvoke() local
/art/runtime/verifier/
Dmethod_verifier.cc2860 ArtMethod* called_method = VerifyInvocationArgs(inst, type, is_range); in CodeFlowVerifyInstruction() local
2894 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_DIRECT, is_range); in CodeFlowVerifyInstruction() local
2976 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_STATIC, is_range); in CodeFlowVerifyInstruction() local
3058 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_POLYMORPHIC, is_range); in CodeFlowVerifyInstruction() local
/art/openjdkjvmti/
Dti_stack.cc931 bool called_method = false; in GetOwnedMonitorInfoCommon() local
1172 art::ArtMethod* called_method = final_frame.GetMethod(); in NonStandardExitFrames() local
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1134 MethodReference called_method(nullptr, 0); in artQuickResolutionTrampoline() local