Home
last modified time | relevance | path

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

/art/test/667-jit-jni-stub/src/
DMain.java33 assertFalse(hasJitCompiledEntrypoint(Main.class, "callThrough")); in testCompilationUseAndCollection()
36 assertTrue(hasJitCompiledEntrypoint(Main.class, "callThrough")); in testCompilationUseAndCollection()
56 assertTrue(hasJitCompiledEntrypoint(Main.class, "callThrough")); in testGcWithCallThroughStubOnStack()
73 assertTrue(hasJitCompiledEntrypoint(Main.class, "callThrough")); in testSingleInvocationTriggersRecompilation()
80 assertFalse(hasJitCompiledEntrypoint(Main.class, "callThrough")); in testMixedFramesOnStack()
102 assertTrue(hasJitCompiledEntrypoint(Main.class, "callThrough")); in testMixedFramesOnStackStage3()
112 assertFalse(hasJitCompiledEntrypoint(Main.class, "callThrough")); in testStubCanBeCollected()
115 assertFalse(hasJitCompiledEntrypoint(Main.class, "callThrough")); in testStubCanBeCollected()
125 assertTrue(hasJitCompiledEntrypoint(Main.class, "callThrough")); in doJitGcsUntilFullJitGcIsScheduled()
130 assertFalse(hasJitCompiledEntrypoint(Main.class, "callThrough")); in doJitGcsUntilFullJitGcIsScheduled()
[all …]
/art/test/689-zygote-jit-deopt/src/
DMain.java26 if (hasJitCompiledEntrypoint(Object.class, "toString")) { in main()
33 private static native boolean hasJitCompiledEntrypoint(Class<?> cls, String name); in hasJitCompiledEntrypoint() method in Main
/art/test/655-jit-clinit/src/
DMain.java27 public native static boolean hasJitCompiledEntrypoint(Class<?> cls, String methodName); in hasJitCompiledEntrypoint() method in Main
42 while (!Main.hasJitCompiledEntrypoint(Foo.class, "$noinline$hotMethod")) {
/art/test/680-checker-deopt-dex-pc-0/src/
DMain.java35 if (!hasJitCompiledEntrypoint(Main.class, "$noinline$getInt")) { in main()
55 public native static boolean hasJitCompiledEntrypoint(Class<?> cls, String methodName); in hasJitCompiledEntrypoint() method in Main
/art/test/1339-dead-reference-safe/src/
DMain.java30 if (hasJitCompiledEntrypoint(cls, methodName)) { in ensureCompiled()
63 public static native boolean hasJitCompiledEntrypoint(Class<?> cls, String methodName); in hasJitCompiledEntrypoint() method in Main