Home
last modified time | relevance | path

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

/aosp_15_r20/art/test/141-class-unload/src/
H A DMain.java57 testCopiedMethodInStackTrace(constructor); in main()
365 private static void testCopiedMethodInStackTrace(Constructor<?> constructor) throws Exception { in testCopiedMethodInStackTrace() method in Main