Lines Matching refs:dex_file
45 jobject class_loader, const DexFile& dex_file, in CompileMethodWithSeaIr() argument
47 LOG(INFO) << "Compiling " << PrettyMethod(method_idx, dex_file) << "."; in CompileMethodWithSeaIr()
48 sea_ir::SeaGraph* ir_graph = sea_ir::SeaGraph::GetGraph(dex_file); in CompileMethodWithSeaIr()
49 std::string symbol = "dex_" + MangleForJni(PrettyMethod(method_idx, dex_file)); in CompileMethodWithSeaIr()
51 code_item, class_def_idx, method_idx, method_access_flags, dex_file); in CompileMethodWithSeaIr()
55 MethodReference mref(&dex_file, method_idx); in CompileMethodWithSeaIr()
60 LOG(INFO) << "Compiled SEA IR method " << PrettyMethod(method_idx, dex_file) << "."; in CompileMethodWithSeaIr()
72 const DexFile& dex_file, in SeaIrCompileOneMethod() argument
75 class_def_idx, method_idx, class_loader, dex_file, llvm_compilation_unit); in SeaIrCompileOneMethod()
83 const art::DexFile& dex_file) { in SeaIrCompileMethod() argument
88 class_def_idx, method_idx, class_loader, dex_file, in SeaIrCompileMethod()