Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dmethod_handles.cc384 ArtMethod* called_method = method_handle->GetTargetMethod(); in MethodHandleInvokeTransform() local
758 ArtMethod* called_method = RefineTargetMethod(self, in DoMethodHandleInvokeMethod() local
/aosp_15_r20/art/runtime/interpreter/
H A Dinterpreter_common.cc1161 static inline bool DoCallCommon(ArtMethod* called_method, in DoCallCommon()
1358 bool DoCall(ArtMethod* called_method, in DoCall()
H A Dinterpreter_common.h177 ArtMethod* called_method = FindMethodToCall<type>( in DoInvoke() local
/aosp_15_r20/art/runtime/verifier/
H A Dmethod_verifier.cc3294 ArtMethod* called_method = VerifyInvocationArgs(inst, type, is_range); in CodeFlowVerifyInstruction() local
3313 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_DIRECT, is_range); in CodeFlowVerifyInstruction() local
3376 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_STATIC, is_range); in CodeFlowVerifyInstruction() local
3446 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_POLYMORPHIC, is_range); in CodeFlowVerifyInstruction() local
/aosp_15_r20/art/openjdkjvmti/
H A Dti_stack.cc933 bool called_method = false; in GetOwnedMonitorInfoCommon() local
1174 art::ArtMethod* called_method = final_frame.GetMethod(); in NonStandardExitFrames() local
/aosp_15_r20/art/runtime/entrypoints/
H A Dentrypoint_utils-inl.h561 ArtMethod* called_method = nullptr; in FindMethodToCall() local
/aosp_15_r20/external/autotest/client/cros/faft/
H A Drpc_functions.py123 def _dispatch(self, called_method, params): argument
/aosp_15_r20/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc1218 MethodReference called_method(nullptr, 0); in artQuickResolutionTrampoline() local