Searched defs:mDexPath (Results  1 – 1 of 1) sorted by relevance
| /art/libartservice/service/javatests/com/android/server/art/ | 
| D | PrimaryDexopterTest.java | 69     private final String mDexPath = "/data/app/foo/base.apk";  field in PrimaryDexopterTest 216         checkDexoptWithProfile(verify(mArtd), mDexPath, "arm64", mRefProfile,  in testDexoptUsesRefProfile()  local 221         checkDexoptWithProfile(verify(mArtd), mDexPath, "arm", mRefProfile,  in testDexoptUsesRefProfile()  local 250         checkDexoptWithProfile(verify(mArtd), mDexPath, "arm64", mRefProfile,  in testDexoptUsesPublicRefProfile()  local 252         checkDexoptWithProfile(verify(mArtd), mDexPath, "arm", mRefProfile,  in testDexoptUsesPublicRefProfile()  local 272         checkDexoptWithProfile(inOrder.verify(mArtd), mDexPath, "arm64",  in testDexoptUsesPrebuiltProfile()  local 275         checkDexoptWithProfile(inOrder.verify(mArtd), mDexPath, "arm",  in testDexoptUsesPrebuiltProfile()  local 311         checkDexoptWithProfile(inOrder.verify(mArtd), mDexPath, "arm64",  in testDexoptMergesProfiles()  local 317         checkDexoptWithProfile(inOrder.verify(mArtd), mDexPath, "arm",  in testDexoptMergesProfiles()  local 345         checkDexoptWithProfile(verify(mArtd), mDexPath, "arm64", mRefProfile,  in testDexoptMergesProfilesMergeFailed()  local [all …] 
 |