Home
last modified time | relevance | path

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

/art/test/708-jit-cache-churn/src/
DJitCacheChurnTest.java37 private static final String JITTED_METHOD = "$noinline$Call"; field in JitCacheChurnTest
73 ensureJitCompiled(task.getClass(), JITTED_METHOD); in runTasks() local
255 removeJittedMethod(TASKS[index].getClass(), JITTED_METHOD); in removeJittedMethods()