Lines Matching refs:InstructionSet
71 GetSystemImageFilename("/system/framework/boot.art", InstructionSet::kArm).c_str()); in TEST_F()
195 GetApexDataOatFilename("/product/javalib/beep.jar", InstructionSet::kArm)); in TEST_F()
198 EXPECT_EQ(std::string {}, GetApexDataOatFilename(art_apex_jar.c_str(), InstructionSet::kArm)); in TEST_F()
202 EXPECT_EQ(std::string {}, GetApexDataOatFilename(i18n_jar, InstructionSet::kArm)); in TEST_F()
206 GetApexDataOatFilename("/system/framework/lace.jar", InstructionSet::kX86)); in TEST_F()
214 GetApexDataOdexFilename("/data/some/code.dex", InstructionSet::kArm)); in TEST_F()
219 GetApexDataOdexFilename(art_apex_jar.c_str(), InstructionSet::kArm)); in TEST_F()
225 GetApexDataOdexFilename(i18n_jar.c_str(), InstructionSet::kArm)); in TEST_F()
230 GetApexDataOdexFilename("/system/framework/cookie.jar", InstructionSet::kX86)); in TEST_F()
247 const InstructionSet isa = InstructionSet::kArm64; in TEST_F()
268 const InstructionSet isa = InstructionSet::kX86_64; in TEST_F()
278 GetApexDataDalvikCacheFilename(apex_jar, InstructionSet::kX86_64, "art")); in TEST_F()
283 GetApexDataDalvikCacheFilename(non_apex_jar, InstructionSet::kArm, "art"); in TEST_F()
290 GetApexDataDalvikCacheFilename(non_apex_jar, InstructionSet::kArm, "odex"); in TEST_F()
293 GetApexDataDalvikCacheFilename(non_apex_jar, InstructionSet::kArm, "vdex"); in TEST_F()
305 GetApexDataOatFilename("/product/javalib/beep.jar", InstructionSet::kArm)); in TEST_F()
308 GetApexDataOdexFilename("/data/some/code.dex", InstructionSet::kArm)); in TEST_F()
321 GetApexDataDalvikCacheFilename(apex_jar, InstructionSet::kX86_64, "art")); in TEST_F()
330 GetSystemOdexFilenameForApex(apex_jar.c_str(), InstructionSet::kArm)); in TEST_F()