Home
last modified time | relevance | path

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

/art/test/667-jit-jni-stub/src/
DMain.java35 ensureCompiledCallThroughEntrypoint(/* call */ true); in testCompilationUseAndCollection()
72 ensureCompiledCallThroughEntrypoint(/* call */ false); // Wait for the compilation task to run. in testSingleInvocationTriggersRecompilation()
96 ensureCompiledCallThroughEntrypoint(/* call */ true); in testMixedFramesOnStackStage2()
122 ensureCompiledCallThroughEntrypoint(/* call */ true); in doJitGcsUntilFullJitGcIsScheduled()
134 public static void ensureCompiledCallThroughEntrypoint(boolean call) { in ensureCompiledCallThroughEntrypoint() method in Main