Lines Matching refs:called_method
235 static ALWAYS_INLINE bool DoCallCommon(ArtMethod* called_method,
1205 static inline bool DoCallCommon(ArtMethod* called_method, in DoCallCommon() argument
1214 if (UNLIKELY(called_method->GetDeclaringClass()->IsStringClass() in DoCallCommon()
1215 && called_method->IsConstructor())) { in DoCallCommon()
1216 called_method = WellKnownClasses::StringInitToStringFactory(called_method); in DoCallCommon()
1221 CodeItemDataAccessor accessor(called_method->DexInstructionData()); in DoCallCommon()
1233 called_method, in DoCallCommon()
1234 called_method->GetEntryPointFromQuickCompiledCode()); in DoCallCommon()
1247 DCHECK(called_method->IsNative() || called_method->IsProxyMethod()); in DoCallCommon()
1269 DCHECK(called_method->IsNative() || called_method->IsProxyMethod()); in DoCallCommon()
1292 CREATE_SHADOW_FRAME(num_regs, &shadow_frame, called_method, /* dex pc */ 0); in DoCallCommon()
1415 bool DoCall(ArtMethod* called_method, Thread* self, ShadowFrame& shadow_frame, in DoCall() argument
1433 called_method, self, shadow_frame, in DoCall()