Home
last modified time | relevance | path

Searched defs:mSplit0DexPath (Results 1 – 1 of 1) sorted by relevance

/art/libartservice/service/javatests/com/android/server/art/
DPrimaryDexopterTest.java80 private final String mSplit0DexPath = "/data/app/foo/split_0.apk"; field in PrimaryDexopterTest
227 checkDexoptWithNoProfile(verify(mArtd), mSplit0DexPath, "arm64", "verify"); in testDexoptUsesRefProfile() local
231 checkDexoptWithNoProfile(verify(mArtd), mSplit0DexPath, "arm", "verify"); in testDexoptUsesRefProfile() local
432 checkDexoptWithNoProfile(verify(mArtd), mSplit0DexPath, "arm64", "speed"); in testDexoptNeedsToBeShared() local
433 checkDexoptWithNoProfile(verify(mArtd), mSplit0DexPath, "arm", "speed"); in testDexoptNeedsToBeShared() local
473 checkDexoptWithProfile(verify(mArtd), mSplit0DexPath, "arm64", mSplit0RefProfile, in testDexoptUsesProfileForSplit() local
478 checkDexoptWithProfile(verify(mArtd), mSplit0DexPath, "arm", mSplit0RefProfile, in testDexoptUsesProfileForSplit() local