Lines Matching full:called_method
481 bool DoCall(ArtMethod* called_method, Thread* self, ShadowFrame& shadow_frame,
485 if (called_method->GetDeclaringClass()->IsStringClass() && called_method->IsConstructor()) {
487 jmethodID mid = soa.EncodeMethod(called_method);
488 called_method = soa.DecodeMethod(WellKnownClasses::StringInitToStringFactoryMethodID(mid));
493 const DexFile::CodeItem* code_item = called_method->GetCodeItem();
500 DCHECK(called_method->IsNative() || called_method->IsProxyMethod());
511 ShadowFrame* new_shadow_frame(ShadowFrame::Create(num_regs, &shadow_frame, called_method, 0,