Searched refs:hasJitCompiledEntrypoint (Results 1 – 5 of 5) sorted by relevance
/art/test/667-jit-jni-stub/src/ |
D | Main.java | 35 assertFalse(hasJitCompiledEntrypoint(Main.class, "callThrough")); in testCompilationUseAndCollection() 38 assertTrue(hasJitCompiledEntrypoint(Main.class, "callThrough")); in testCompilationUseAndCollection() 54 assertTrue(hasJitCompiledEntrypoint(Main.class, "callThrough")); in testGcWithCallThroughStubOnStack() 67 assertFalse(hasJitCompiledEntrypoint(Main.class, "callThrough")); in testMixedFramesOnStack() 86 assertTrue(hasJitCompiledEntrypoint(Main.class, "callThrough")); in testMixedFramesOnStackStage3() 95 assertFalse(hasJitCompiledEntrypoint(Main.class, "callThrough")); in testStubCanBeCollected() 105 assertTrue(hasJitCompiledEntrypoint(Main.class, "callThrough")); in doJitGcsUntilFullJitGcIsScheduled() 110 assertFalse(hasJitCompiledEntrypoint(Main.class, "callThrough")); in doJitGcsUntilFullJitGcIsScheduled() 116 while (!hasJitCompiledEntrypoint(Main.class, "callThrough")) { in ensureCompiledCallThroughEntrypoint() 161 public native static boolean hasJitCompiledEntrypoint(Class<?> cls, String methodName); in hasJitCompiledEntrypoint() method in Main
|
/art/test/689-zygote-jit-deopt/src/ |
D | Main.java | 31 if (hasJitCompiledEntrypoint(Object.class, "toString")) { in main() 38 private static native boolean hasJitCompiledEntrypoint(Class<?> cls, String name); in hasJitCompiledEntrypoint() method in Main
|
/art/test/655-jit-clinit/src/ |
D | Main.java | 27 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/ |
D | Main.java | 35 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/ |
D | Main.java | 30 if (hasJitCompiledEntrypoint(cls, methodName)) { in ensureCompiled() 63 public static native boolean hasJitCompiledEntrypoint(Class<?> cls, String methodName); in hasJitCompiledEntrypoint() method in Main
|