Lines Matching refs:dex_location
98 void DexoptTest::GenerateOatForTest(const std::string& dex_location, in GenerateOatForTest() argument
105 args.push_back("--dex-file=" + dex_location); in GenerateOatForTest()
121 ArtDexFileLoader dex_file_loader(dex_location); in GenerateOatForTest()
160 dex_location, in GenerateOatForTest()
167 OatFileAssistant oat_file_assistant(dex_location.c_str(), in GenerateOatForTest()
177 void DexoptTest::GenerateOdexForTest(const std::string& dex_location, in GenerateOdexForTest() argument
182 GenerateOatForTest(dex_location, in GenerateOdexForTest()
190 void DexoptTest::GenerateOatForTest(const char* dex_location, in GenerateOatForTest() argument
196 dex_location, kRuntimeISA, &oat_location, &error_msg)) in GenerateOatForTest()
198 GenerateOatForTest(dex_location, oat_location, filter, with_alternate_image); in GenerateOatForTest()
201 void DexoptTest::GenerateOatForTest(const char* dex_location, CompilerFilter::Filter filter) { in GenerateOatForTest() argument
202 GenerateOatForTest(dex_location, filter, /*with_alternate_image=*/false); in GenerateOatForTest()