Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_handles.cc418 static inline bool MethodHandleInvokeMethod(ArtMethod* called_method, in MethodHandleInvokeMethod()
548 static inline bool MethodHandleInvokeTransform(ArtMethod* called_method, in MethodHandleInvokeTransform()
720 ArtMethod* called_method = RefineTargetMethod(self, in DoInvokePolymorphicMethod() local
1169 ArtMethod* called_method = RefineTargetMethod(self, in MethodHandleInvokeExactInternal() local
/art/runtime/interpreter/
Dinterpreter_intrinsics.cc424 ArtMethod* const called_method, in MterpHandleIntrinsic()
Dinterpreter_common.h178 ArtMethod* called_method; in DoInvoke() local
Dinterpreter_common.cc1530 static inline bool DoCallCommon(ArtMethod* called_method, in DoCallCommon()
1740 bool DoCall(ArtMethod* called_method, Thread* self, ShadowFrame& shadow_frame, in DoCall()
/art/openjdkjvmti/
Dti_stack.cc915 bool called_method = false; in GetOwnedMonitorInfoCommon() local
1145 art::ArtMethod* called_method = final_frame.GetMethod(); in PopFrame() local
/art/runtime/verifier/
Dmethod_verifier.cc2948 ArtMethod* called_method = VerifyInvocationArgs(inst, type, is_range); in CodeFlowVerifyInstruction() local
2982 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_DIRECT, is_range); in CodeFlowVerifyInstruction() local
3064 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_STATIC, is_range); in CodeFlowVerifyInstruction() local
3146 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_POLYMORPHIC, is_range); in CodeFlowVerifyInstruction() local
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1317 MethodReference called_method(nullptr, 0); in artQuickResolutionTrampoline() local