Home
last modified time | relevance | path

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

/art/test/109-suspend-check/src/
DMain.java30 new InfiniteWhileLoopWithSpecialReturnArgOrConst(new SpecialMethods2()), in main()
32 new InfiniteWhileLoopWithSpecialPutOrNop(new SpecialMethods2()), in main()
34 new InfiniteWhileLoopWithSpecialConstOrIGet(new SpecialMethods2()), in main()
36 new InfiniteWhileLoopWithSpecialConstOrIGetInTryCatch(new SpecialMethods2()), in main()
87 class SpecialMethods2 implements SpecialMethodInterface { class