Searched defs:called_method (Results 1 – 5 of 5) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter_common.h | 109 ArtMethod* const called_method = FindMethodFromCode<type, do_access_check>( in DoInvoke() local 142 ArtMethod* const called_method = receiver->GetClass()->GetEmbeddedVTableEntry( in DoInvokeVirtualQuick() local
|
D | interpreter_common.cc | 481 bool DoCall(ArtMethod* called_method, Thread* self, ShadowFrame& shadow_frame, in DoCall()
|
/art/compiler/driver/ |
D | compiler_driver-inl.h | 365 ArtMethod* called_method; in IsFastInvoke() local
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2404 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/ |
D | quick_trampoline_entrypoints.cc | 828 MethodReference called_method(nullptr, 0); in artQuickResolutionTrampoline() local
|