Home | History | Annotate | Download | only in dex

Lines Matching refs:method_idx

113                                      uint16_t class_def_idx, uint32_t method_idx,
119 VLOG(compiler) << "Compiling " << PrettyMethod(method_idx, dex_file) << "...";
139 (PrettyMethod(method_idx, dex_file).find(cu.compiler_method_match) !=
181 cu.mir_graph->InlineMethod(code_item, access_flags, invoke_type, class_def_idx, method_idx,
251 VLOG(compiler) << "Compiled " << PrettyMethod(method_idx, dex_file);
253 VLOG(compiler) << "Deferred " << PrettyMethod(method_idx, dex_file);
259 LOG(INFO) << PrettyMethod(method_idx, dex_file) << " " << Dumpable<MemStats>(mem_stats);
265 << " " << PrettyMethod(method_idx, dex_file);
277 uint32_t method_idx,
282 method_idx, class_loader, dex_file
295 uint16_t class_def_idx, uint32_t method_idx, jobject class_loader,
300 class_def_idx, method_idx, class_loader, dex_file,