Home
last modified time | relevance | path

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

/art/test/109-suspend-check/src/
DMain.java29 new InfiniteWhileLoopWithSpecialReturnArgOrConst(new SpecialMethods1()), in main()
31 new InfiniteWhileLoopWithSpecialPutOrNop(new SpecialMethods1()), in main()
33 new InfiniteWhileLoopWithSpecialConstOrIGet(new SpecialMethods1()), in main()
35 new InfiniteWhileLoopWithSpecialConstOrIGetInTryCatch(new SpecialMethods1()), in main()
76 class SpecialMethods1 implements SpecialMethodInterface { class