Searched refs:hasVdexFile (Results 1 – 3 of 3) 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
47 check(expectedHasVdexFile, hasVdexFile(loader), "hasVdexFile"); in test()88 private static native boolean hasVdexFile(ClassLoader loader); in hasVdexFile() method in Main
54 check(expectedHasVdexFile, hasVdexFile(loader), "areClassesVerified"); in test()127 private static native boolean hasVdexFile(ClassLoader loader); in hasVdexFile() method in Main