Lines Matching refs:called_method
441 static ALWAYS_INLINE bool DoCallCommon(ArtMethod* called_method,
904 static inline bool DoCallCommon(ArtMethod* called_method, in DoCallCommon() argument
913 if (UNLIKELY(called_method->GetDeclaringClass()->IsStringClass() in DoCallCommon()
914 && called_method->IsConstructor())) { in DoCallCommon()
915 called_method = WellKnownClasses::StringInitToStringFactory(called_method); in DoCallCommon()
920 const DexFile::CodeItem* code_item = called_method->GetCodeItem(); in DoCallCommon()
928 DCHECK(called_method->IsNative() || called_method->IsProxyMethod()); in DoCallCommon()
950 DCHECK(called_method->IsNative() || called_method->IsProxyMethod()); in DoCallCommon()
973 CREATE_SHADOW_FRAME(num_regs, &shadow_frame, called_method, /* dex pc */ 0); in DoCallCommon()
1090 bool DoCall(ArtMethod* called_method, Thread* self, ShadowFrame& shadow_frame, in DoCall() argument
1108 called_method, self, shadow_frame, in DoCall()