Home
last modified time | relevance | path

Searched refs:hasVdexFile (Results 1 – 2 of 2) sorted by relevance

/art/test/693-vdex-inmem-loader-evict/src/
DMain.java54 check(true, hasVdexFile(loader), "Loading dex file should have produced a vdex"); in main()
64 check(true, hasVdexFile(loader), "Loading dex file should have produced a vdex"); in main()
75 private static native boolean hasVdexFile(ClassLoader loader); in hasVdexFile() method in Main
/art/test/692-vdex-inmem-loader/src/
DMain.java54 check(expectedHasVdexFile, hasVdexFile(loader), "areClassesVerified"); in test()
125 private static native boolean hasVdexFile(ClassLoader loader); in hasVdexFile() method in Main