Home
last modified time | relevance | path

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

/art/test/667-jit-jni-stub/src/
DMain.java40 callThrough(Main.class, "doNothing"); in testCompilationUseAndCollection()
44 callThrough(Main.class, "testGcWithCallThroughStubOnStack"); in testCompilationUseAndCollection()
71 callThrough(Main.class, "doNothing"); in testSingleInvocationTriggersRecompilation()
82 callThrough(Main.class, "testMixedFramesOnStackStage2"); in testMixedFramesOnStack()
97 callThrough(Main.class, "testMixedFramesOnStackStage3"); in testMixedFramesOnStackStage2()
126 callThrough(Main.class, "jitGc"); // JIT GC with callThrough() safely on the stack. in doJitGcsUntilFullJitGcIsScheduled()
142 callThrough(Main.class, "doNothing"); in ensureCompiledCallThroughEntrypoint()
174 public native static void callThrough(Class<?> cls, String methodName); in callThrough() method in Main