HomeSort by relevance Sort by last modified time
    Searched full:inlinecache3 (Results 1 - 1 of 1) sorted by null

  /art/test/570-checker-osr/src/
Main.java 69 // Test polymorphic inline cache to the same target (inlineCache3).
70 $noinline$inlineCache3(new Main(), /* isSecondInvocation */ false);
71 $noinline$inlineCache3(new SubMain(), /* isSecondInvocation */ false);
72 if ($noinline$inlineCache3(new SubMain(), /* isSecondInvocation */ true) != null) {
191 public static Class $noinline$inlineCache3(Main m, boolean isSecondInvocation) {
194 if (!isInInterpreter("$noinline$inlineCache3")) {
198 ensureHasProfilingInfo("$noinline$inlineCache3");
202 ensureHasOsrCode("$noinline$inlineCache3");
207 Main other = m.inlineCache3();
213 while (!isInOsrCode("$noinline$inlineCache3")) {}
    [all...]

Completed in 397 milliseconds