Home | History | Annotate | Download | only in sea_ir

Lines Matching refs:method_idx

44                                      uint16_t class_def_idx, uint32_t method_idx,
47 LOG(INFO) << "Compiling " << PrettyMethod(method_idx, dex_file) << ".";
49 std::string symbol = "dex_" + MangleForJni(PrettyMethod(method_idx, dex_file));
51 code_item, class_def_idx, method_idx, method_access_flags, dex_file);
55 MethodReference mref(&dex_file, method_idx);
60 LOG(INFO) << "Compiled SEA IR method " << PrettyMethod(method_idx, dex_file) << ".";
70 uint32_t method_idx,
75 class_def_idx, method_idx, class_loader, dex_file, llvm_compilation_unit);
82 uint16_t class_def_idx, uint32_t method_idx, jobject class_loader,
88 class_def_idx, method_idx, class_loader, dex_file,