Home
last modified time | relevance | path

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

/art/test/2230-profile-save-hotness/src-art/
DMain.java48 if (!presentInProfile(file.getPath(), appMethod)) { in main()
68 public static native boolean presentInProfile(String profile, Method method); in presentInProfile() method in Main
/art/test/595-profile-saving/src/
DMain.java59 if (!presentInProfile(file.getPath(), m)) { in testAddMethodToProfile()
69 public static native boolean presentInProfile(String profile, Method method); in presentInProfile() method in Main