HomeSort by relevance Sort by last modified time
    Searched refs:letMeInlineYou (Results 1 - 2 of 2) sorted by null

  /art/test/613-inlining-dex-cache/src-ex/
LoadedByAppClassLoader.java 18 public static void letMeInlineYou() {
  /art/test/612-jit-dex-cache/src-ex/
LoadedByAppClassLoader.java 18 public static void letMeInlineYou(A a) {
23 // Ensure letMeInlineYou is JITted and tries to do inlining of A.foo.
24 // The compiler used to wrongly update the dex cache of letMeInlineYou's
26 Main.ensureJitCompiled(LoadedByAppClassLoader.class, "letMeInlineYou");

Completed in 217 milliseconds