Lines Matching refs:dex_location
32 std::string dex_location = GetScratchDir() + "/LoadOat.jar"; in TEST_F() local
34 Copy(GetDexSrc1(), dex_location); in TEST_F()
35 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed); in TEST_F()
40 dex_location, kRuntimeISA, &oat_location, &error_msg)) in TEST_F()
47 dex_location, in TEST_F()
56 std::string dex_location = GetScratchDir() + "/MultiDexUncompressedAligned.jar"; in TEST_F() local
58 Copy(GetTestDexFileName("MultiDexUncompressedAligned"), dex_location); in TEST_F()
59 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kVerify); in TEST_F()
64 dex_location, kRuntimeISA, &oat_location, &error_msg)) in TEST_F()
74 dex_location, in TEST_F()
81 Copy(GetTestDexFileName("MainUncompressedAligned"), dex_location); in TEST_F()
89 dex_location, in TEST_F()