Home | History | Annotate | Download | only in interpreter

Lines Matching refs:called_method

457 static ALWAYS_INLINE bool DoCallCommon(ArtMethod* called_method,
930 static inline bool DoCallCommon(ArtMethod* called_method,
939 if (UNLIKELY(called_method->GetDeclaringClass()->IsStringClass()
940 && called_method->IsConstructor())) {
941 called_method = WellKnownClasses::StringInitToStringFactory(called_method);
946 const DexFile::CodeItem* code_item = called_method->GetCodeItem();
958 called_method,
959 called_method->GetEntryPointFromQuickCompiledCode());
972 DCHECK(called_method->IsNative() || called_method->IsProxyMethod());
994 DCHECK(called_method->IsNative() || called_method->IsProxyMethod());
1017 CREATE_SHADOW_FRAME(num_regs, &shadow_frame, called_method, /* dex pc */ 0);
1140 bool DoCall(ArtMethod* called_method, Thread* self, ShadowFrame& shadow_frame,
1158 called_method, self, shadow_frame,