Searched defs:called_method (Results 1 – 7 of 7) sorted by relevance
| /art/runtime/interpreter/ |
| D | interpreter_common.h | 131 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
|
| D | interpreter_intrinsics.cc | 338 ArtMethod* const called_method, in MterpHandleIntrinsic()
|
| D | interpreter_common.cc | 904 static inline bool DoCallCommon(ArtMethod* called_method, in DoCallCommon() 1090 bool DoCall(ArtMethod* called_method, Thread* self, ShadowFrame& shadow_frame, in DoCall()
|
| /art/runtime/ |
| D | method_handles.cc | 419 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/ |
| D | method_verifier.cc | 2900 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/ |
| D | mterp.cc | 275 ArtMethod* const called_method = receiver->GetClass()->GetEmbeddedVTableEntry( in MterpInvokeVirtualQuick() local
|
| /art/runtime/entrypoints/quick/ |
| D | quick_trampoline_entrypoints.cc | 999 MethodReference called_method(nullptr, 0); in artQuickResolutionTrampoline() local
|