Home
last modified time | relevance | path

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

/art/test/595-profile-saving/src/
DMain.java91 Method bootNotInProfileMethod = System.class.getDeclaredMethod("console"); in main() local
92 testMethodNotInProfile(file, bootNotInProfileMethod); in main()