Home | History | Annotate | Download | only in dex

Lines Matching refs:method_idx

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