Home
last modified time | relevance | path

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

/aosp_15_r20/art/test/595-profile-saving/src/
H A DMain.java63 testAddMethodToProfile(file, appMethod); in main()
71 testAddMethodToProfile(file3, methodInDex); in main()
78 testAddMethodToProfile(file, bootMethod); in main()
122 static void testAddMethodToProfile(File file, Method m) { in testAddMethodToProfile() method in Main