Searched defs:called_method (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | method_handles.cc | 419 static inline bool MethodHandleInvokeMethod(ArtMethod* called_method, in MethodHandleInvokeMethod() 555 static inline bool MethodHandleInvokeTransform(ArtMethod* called_method, in MethodHandleInvokeTransform() 735 ArtMethod* called_method = RefineTargetMethod(self, in DoInvokePolymorphicMethod() local 1185 ArtMethod* called_method = RefineTargetMethod(self, in MethodHandleInvokeExactInternal() local
|
/art/runtime/interpreter/ |
D | interpreter_intrinsics.cc | 424 ArtMethod* const called_method, in MterpHandleIntrinsic()
|
D | interpreter_common.cc | 1209 static inline bool DoCallCommon(ArtMethod* called_method, in DoCallCommon() 1419 bool DoCall(ArtMethod* called_method, Thread* self, ShadowFrame& shadow_frame, in DoCall()
|
D | interpreter_common.h | 276 ArtMethod* called_method; in DoInvoke() local
|
/art/openjdkjvmti/ |
D | ti_stack.cc | 932 bool called_method = false; in GetOwnedMonitorInfoCommon() local 1173 art::ArtMethod* called_method = final_frame.GetMethod(); in NonStandardExitFrames() local
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1236 MethodReference called_method(nullptr, 0); in artQuickResolutionTrampoline() local
|