Searched refs:mSplit0DexPath (Results 1 – 1 of 1) sorted by relevance
/art/libartservice/service/javatests/com/android/server/art/ |
D | PrimaryDexopterTest.java | 85 private final String mSplit0DexPath = "/somewhere/app/foo/split_0.apk"; field in PrimaryDexopterTest 150 .when(mArtd.getDexFileVisibility(mSplit0DexPath)) in setUp() 185 .getDexoptNeeded(eq(mSplit0DexPath), eq("arm64"), any(), any(), anyInt()); in testDexoptInputVdex() 188 .dexopt(any(), eq(mSplit0DexPath), eq("arm64"), any(), any(), any(), in testDexoptInputVdex() 190 mSplit0DexPath, "arm64", false /* isInDalvikCache */))), in testDexoptInputVdex() 196 .getDexoptNeeded(eq(mSplit0DexPath), eq("arm"), any(), any(), anyInt()); in testDexoptInputVdex() 199 .dexopt(any(), eq(mSplit0DexPath), eq("arm"), any(), any(), any(), isNull(), any(), in testDexoptInputVdex() 221 .dexopt(any(), eq(mSplit0DexPath), any(), any(), any(), any(), any(), isNull(), in testDexoptDm() 253 eq(mSplit0DexPath), eq("arm64"), any(), eq("verify"), eq(mDefaultDexoptTrigger)); in testDexoptUsesRefProfile() 254 checkDexoptWithNoProfile(verify(mArtd), mSplit0DexPath, "arm64", "verify"); in testDexoptUsesRefProfile() local [all …]
|