Home
last modified time | relevance | path

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

/art/test/667-jit-jni-stub/src/
DMain.java34 assertFalse(hasJitCompiledCode(Main.class, "callThrough")); in testCompilationUseAndCollection()
37 assertTrue(hasJitCompiledCode(Main.class, "callThrough")); in testCompilationUseAndCollection()
64 assertTrue(hasJitCompiledCode(Main.class, "callThrough")); in testGcWithCallThroughStubOnStack()
75 assertTrue(hasJitCompiledCode(Main.class, "callThrough")); in testSingleInvocationTriggersRecompilation()
81 assertFalse(hasJitCompiledCode(Main.class, "callThrough")); in testMixedFramesOnStack()
85 assertTrue(hasJitCompiledCode(Main.class, "callThrough")); in testMixedFramesOnStack()
110 assertTrue(hasJitCompiledCode(Main.class, "callThrough")); in testStubCanBeCollected()
113 assertTrue(hasJitCompiledCode(Main.class, "callThrough")); in testStubCanBeCollected()
116 assertFalse(hasJitCompiledCode(Main.class, "callThrough")); in testStubCanBeCollected()
121 assertTrue(hasJitCompiledCode(Main.class, "callThrough")); in doJitGcsUntilFullJitGcIsScheduled()
[all …]