Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h109 ArtMethod* const called_method = FindMethodFromCode<type, do_access_check>( in DoInvoke() local
142 ArtMethod* const called_method = receiver->GetClass()->GetEmbeddedVTableEntry( in DoInvokeVirtualQuick() local
Dinterpreter_common.cc481 bool DoCall(ArtMethod* called_method, Thread* self, ShadowFrame& shadow_frame, in DoCall()
/art/compiler/driver/
Dcompiler_driver-inl.h365 ArtMethod* called_method; in IsFastInvoke() local
/art/runtime/verifier/
Dmethod_verifier.cc2404 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_VIRTUAL, is_range, is_super); in CodeFlowVerifyInstruction() local
2436 ArtMethod* called_method = VerifyInvocationArgs(inst, in CodeFlowVerifyInstruction() local
2519 ArtMethod* called_method = VerifyInvocationArgs(inst, in CodeFlowVerifyInstruction() local
2883 ArtMethod* called_method = VerifyInvokeVirtualQuickArgs(inst, is_range); in CodeFlowVerifyInstruction() local
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc828 MethodReference called_method(nullptr, 0); in artQuickResolutionTrampoline() local