Home
last modified time | relevance | path

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

/art/test/595-profile-saving/src/
DMain.java37 testAddMethodToProfile(file, appMethod); in main()
44 testAddMethodToProfile(file, bootMethod); in main()
52 static void testAddMethodToProfile(File file, Method m) { in testAddMethodToProfile() method in Main