Lines Matching refs:dex_file
36 const art::DexFile& dex_file);
46 const art::DexFile& dex_file) { in TryCompileWithSeaIR() argument
48 bool use_sea = (std::string::npos != PrettyMethod(method_idx, dex_file).find("fibonacci")); in TryCompileWithSeaIR()
57 dex_file); in TryCompileWithSeaIR()
77 const art::DexFile& dex_file);
81 const art::DexFile& dex_file);
105 const DexFile& dex_file) const OVERRIDE { in Compile()
112 dex_file); in Compile()
124 dex_file); in Compile()
129 const DexFile& dex_file) const OVERRIDE { in JniCompile()
130 return ArtLLVMJniCompileMethod(GetCompilerDriver(), access_flags, method_idx, dex_file); in JniCompile()