Searched defs:called_method (Results 1 – 7 of 7) sorted by relevance
/art/runtime/ |
D | method_handles.cc | 384 ArtMethod* called_method = method_handle->GetTargetMethod(); in MethodHandleInvokeTransform() local 757 ArtMethod* called_method = RefineTargetMethod(self, in DoMethodHandleInvokeMethod() local
|
/art/runtime/interpreter/ |
D | interpreter_common.h | 175 ArtMethod* called_method = FindMethodToCall<type>( in DoInvoke() local
|
D | interpreter_common.cc | 1221 static inline bool DoCallCommon(ArtMethod* called_method, in DoCallCommon() 1418 bool DoCall(ArtMethod* called_method, in DoCall()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils-inl.h | 561 ArtMethod* called_method = nullptr; in FindMethodToCall() local
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2859 ArtMethod* called_method = VerifyInvocationArgs(inst, type, is_range); in CodeFlowVerifyInstruction() local 2893 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_DIRECT, is_range); in CodeFlowVerifyInstruction() local 2973 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_STATIC, is_range); in CodeFlowVerifyInstruction() local 3051 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_POLYMORPHIC, is_range); in CodeFlowVerifyInstruction() local
|
/art/openjdkjvmti/ |
D | ti_stack.cc | 933 bool called_method = false; in GetOwnedMonitorInfoCommon() local 1174 art::ArtMethod* called_method = final_frame.GetMethod(); in NonStandardExitFrames() local
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1151 MethodReference called_method(nullptr, 0); in artQuickResolutionTrampoline() local
|