Searched defs:mRefProfile (Results  1 – 1 of 1) sorted by relevance
| /art/libartservice/service/javatests/com/android/server/art/ | 
| D | PrimaryDexopterTest.java | 70     private final ProfilePath mRefProfile =  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 345         checkDexoptWithProfile(verify(mArtd), mDexPath, "arm64", mRefProfile,  in testDexoptMergesProfilesMergeFailed()  local 350         checkDexoptWithProfile(verify(mArtd), mDexPath, "arm", mRefProfile,  in testDexoptMergesProfilesMergeFailed()  local
  |