Home
last modified time | relevance | path

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

/art/test/480-checker-dead-blocks/src/
DMain.java25 public static boolean inlineTrue() { in inlineTrue() method in Main
55 if (inlineTrue()) { in testTrueBranch()
117 while (inlineTrue()) { in testInfiniteLoop()
158 while (inlineFalse() || !inlineTrue()) { in testUpdateLoopInformation()
179 while (inlineFalse() || !inlineTrue()) { in testRemoveSuspendCheck()