Home
last modified time | relevance | path

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

/aosp12/art/test/2230-profile-save-hotness/src-art/
H A DMain.java52 Method appMethod = Main.class.getDeclaredMethod(methodName); in main() local
53 if (!presentInProfile(file.getPath(), appMethod)) { in main()
/aosp12/art/test/595-profile-saving/src/
H A DMain.java38 Method appMethod = Main.class.getDeclaredMethod("testAddMethodToProfile", in main() local
40 testAddMethodToProfile(file, appMethod); in main()