Searched defs:called_method (Results 1 – 5 of 5) sorted by relevance
| /art/runtime/interpreter/ |
| D | interpreter_common.h | 158 static inline bool IsValidLambdaTargetOrThrow(ArtMethod* called_method) in IsValidLambdaTargetOrThrow() 229 ArtMethod* const called_method = FindMethodFromCode<kStatic, do_access_check>( in DoCreateLambda() local 619 ArtMethod* const called_method = lambda_closure->GetTargetMethod(); in DoInvokeLambda() local 634 ArtMethod* const called_method = FindMethodFromCode<type, do_access_check>( in DoInvoke() local 683 ArtMethod* const called_method = receiver->GetClass()->GetEmbeddedVTableEntry( in DoInvokeVirtualQuick() local
|
| D | interpreter_common.cc | 570 static inline bool DoCallCommon(ArtMethod* called_method, in DoCallCommon() 773 bool DoLambdaCall(ArtMethod* called_method, Thread* self, ShadowFrame& shadow_frame, in DoLambdaCall() 801 bool DoCall(ArtMethod* called_method, Thread* self, ShadowFrame& shadow_frame, in DoCall()
|
| /art/compiler/driver/ |
| D | compiler_driver-inl.h | 386 ArtMethod* called_method; in IsFastInvoke() local
|
| /art/runtime/verifier/ |
| D | method_verifier.cc | 2839 ArtMethod* called_method = VerifyInvocationArgs(inst, type, is_range); in CodeFlowVerifyInstruction() local 2872 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_DIRECT, is_range); in CodeFlowVerifyInstruction() local 2951 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_STATIC, is_range); in CodeFlowVerifyInstruction() local 3316 ArtMethod* called_method = VerifyInvokeVirtualQuickArgs(inst, is_range); in CodeFlowVerifyInstruction() local
|
| /art/runtime/entrypoints/quick/ |
| D | quick_trampoline_entrypoints.cc | 941 MethodReference called_method(nullptr, 0); in artQuickResolutionTrampoline() local
|