Lines Matching refs:called_method
560 static ALWAYS_INLINE bool DoCallCommon(ArtMethod* called_method,
1530 static inline bool DoCallCommon(ArtMethod* called_method, in DoCallCommon() argument
1539 if (UNLIKELY(called_method->GetDeclaringClass()->IsStringClass() in DoCallCommon()
1540 && called_method->IsConstructor())) { in DoCallCommon()
1541 called_method = WellKnownClasses::StringInitToStringFactory(called_method); in DoCallCommon()
1546 CodeItemDataAccessor accessor(called_method->DexInstructionData()); in DoCallCommon()
1558 called_method, in DoCallCommon()
1559 called_method->GetEntryPointFromQuickCompiledCode()); in DoCallCommon()
1572 DCHECK(called_method->IsNative() || called_method->IsProxyMethod()); in DoCallCommon()
1594 DCHECK(called_method->IsNative() || called_method->IsProxyMethod()); in DoCallCommon()
1617 CREATE_SHADOW_FRAME(num_regs, &shadow_frame, called_method, /* dex pc */ 0); in DoCallCommon()
1740 bool DoCall(ArtMethod* called_method, Thread* self, ShadowFrame& shadow_frame, in DoCall() argument
1758 called_method, self, shadow_frame, in DoCall()