Home | History | Annotate | Download | only in quick

Lines Matching defs:outer_method

1219   ArtMethod* outer_method = *caller_sp;
1222 LOG(FATAL_WITHOUT_ABORT) << "Method: " << outer_method->PrettyMethod()
1227 const OatQuickMethodHeader* current_code = outer_method->GetOatQuickMethodHeader(caller_pc);
1241 LOG(FATAL_WITHOUT_ABORT) << "Outer: " << outer_method->PrettyMethod()
1244 << " dex file: " << outer_method->GetDexFile()->GetLocation()
1245 << " class table: " << class_linker->ClassTableForClassLoader(outer_method->GetClassLoader());
1246 DumpB74410240ClassData(outer_method->GetDeclaringClass());
1247 LOG(FATAL_WITHOUT_ABORT) << " instruction: " << DumpInstruction(outer_method, dex_pc);
1249 ArtMethod* caller = outer_method;