Searched refs:hasVdexFile (Results 1 – 2 of 2) sorted by relevance
54 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
54 check(expectedHasVdexFile, hasVdexFile(loader), "areClassesVerified"); in test()125 private static native boolean hasVdexFile(ClassLoader loader); in hasVdexFile() method in Main