Home
last modified time | relevance | path

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

/aosp12/art/test/540-checker-rtp-bug/src/
H A DMain.java55 public static void testKeepInstanceOf(Object o, boolean cond) { in testKeepInstanceOf() method in Main
96 testKeepInstanceOf(new Object(), true); in main()