Searched defs:called_method (Results 1 – 7 of 7) sorted by relevance
/aosp12/art/runtime/ |
H A 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
|
/aosp12/art/runtime/interpreter/ |
H A D | interpreter_intrinsics.cc | 424 ArtMethod* const called_method, in MterpHandleIntrinsic()
|
H A D | interpreter_common.cc | 1205 static inline bool DoCallCommon(ArtMethod* called_method, in DoCallCommon() 1415 bool DoCall(ArtMethod* called_method, Thread* self, ShadowFrame& shadow_frame, in DoCall()
|
H A D | interpreter_common.h | 270 ArtMethod* called_method; in DoInvoke() local
|
/aosp12/art/runtime/verifier/ |
H A D | method_verifier.cc | 2932 ArtMethod* called_method = VerifyInvocationArgs(inst, type, is_range); in CodeFlowVerifyInstruction() local 2966 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_DIRECT, is_range); in CodeFlowVerifyInstruction() local 3048 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_STATIC, is_range); in CodeFlowVerifyInstruction() local 3130 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_POLYMORPHIC, is_range); in CodeFlowVerifyInstruction() local
|
/aosp12/art/openjdkjvmti/ |
H A D | ti_stack.cc | 932 bool called_method = false; in GetOwnedMonitorInfoCommon() local 1173 art::ArtMethod* called_method = final_frame.GetMethod(); in NonStandardExitFrames() local
|
/aosp12/art/runtime/entrypoints/quick/ |
H A D | quick_trampoline_entrypoints.cc | 1235 MethodReference called_method(nullptr, 0); in artQuickResolutionTrampoline() local
|