Home
last modified time | relevance | path

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

/aosp12/art/test/2230-profile-save-hotness/src-art/
H A DMain.java53 if (!presentInProfile(file.getPath(), appMethod)) { in main()
73 public static native boolean presentInProfile(String profile, Method method); in presentInProfile() method in Main
/aosp12/art/test/595-profile-saving/src/
H A DMain.java63 if (!presentInProfile(file.getPath(), m)) { in testAddMethodToProfile()
73 public static native boolean presentInProfile(String profile, Method method); in presentInProfile() method in Main