Home
last modified time | relevance | path

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

/art/test/2230-profile-save-hotness/src-art/
DMain.java47 Method appMethod = Main.class.getDeclaredMethod(methodName); in main() local
48 if (!presentInProfile(file.getPath(), appMethod)) { in main()
/art/test/595-profile-saving/src/
DMain.java34 Method appMethod = Main.class.getDeclaredMethod("testAddMethodToProfile", in main() local
36 testAddMethodToProfile(file, appMethod); in main()