Lines Matching refs:method_idx

485     method_idx(0),  in CompilationUnit()
530 LOG(INFO) << "TIMINGS " << PrettyMethod(method_idx, *dex_file); in EndTiming()
555 static bool CanCompileMethod(uint32_t method_idx, const DexFile& dex_file, in CanCompileMethod() argument
570 const char* shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx)); in CanCompileMethod()
622 uint16_t class_def_idx, uint32_t method_idx, in CompileMethod() argument
625 VLOG(compiler) << "Compiling " << PrettyMethod(method_idx, dex_file) << "..."; in CompileMethod()
634 << " in " << PrettyMethod(method_idx, dex_file); in CompileMethod()
639 << code_item->registers_size_ << " in " << PrettyMethod(method_idx, dex_file); in CompileMethod()
671 (PrettyMethod(method_idx, dex_file).find(cu.compiler_method_match) != std::string::npos)); in CompileMethod()
682 if (PrettyMethod(method_idx, dex_file).find(gVerboseMethods[i]) in CompileMethod()
720 cu.mir_graph->InlineMethod(code_item, access_flags, invoke_type, class_def_idx, method_idx, in CompileMethod()
723 if (!CanCompileMethod(method_idx, dex_file, cu)) { in CompileMethod()
725 << PrettyMethod(method_idx, dex_file); in CompileMethod()
733 << PrettyMethod(method_idx, dex_file) << " Reason = " << skip_message; in CompileMethod()
744 && cu.mir_graph->SkipCompilationByName(PrettyMethod(method_idx, dex_file))) { in CompileMethod()
763 LOG(INFO) << PrettyMethod(method_idx, dex_file) << " " << Dumpable<MemStats>(stack_stats); in CompileMethod()
772 << PrettyMethod(method_idx, dex_file); in CompileMethod()
783 VLOG(compiler) << cu.instruction_set << ": Compiled " << PrettyMethod(method_idx, dex_file); in CompileMethod()
785 VLOG(compiler) << cu.instruction_set << ": Deferred " << PrettyMethod(method_idx, dex_file); in CompileMethod()
791 LOG(INFO) << PrettyMethod(method_idx, dex_file) << " " << Dumpable<MemStats>(mem_stats); in CompileMethod()
797 << " " << PrettyMethod(method_idx, dex_file); in CompileMethod()
811 uint32_t method_idx, in CompileOneMethod() argument
816 method_idx, class_loader, dex_file, compilation_unit); in CompileOneMethod()
825 uint16_t class_def_idx, uint32_t method_idx, jobject class_loader, in ArtQuickCompileMethod() argument
831 class_def_idx, method_idx, class_loader, dex_file, in ArtQuickCompileMethod()