Home
last modified time | relevance | path

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

/art/test/595-profile-saving/src/
DMain.java39 Method bootMethod = File.class.getDeclaredMethod("delete"); in main() local
40 if (bootMethod.getDeclaringClass().getClassLoader() != Object.class.getClassLoader()) { in main()
43 testAddMethodToProfile(file, bootMethod); in main()