Home
last modified time | relevance | path

Searched defs:removeJitCompiledMethod (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/test/708-jit-cache-churn/src/
H A DMain.java33 static native void removeJitCompiledMethod(Method method, boolean releaseMemory); in removeJitCompiledMethod() method in Main
/aosp_15_r20/art/test/2271-profile-inline-cache/src/
H A DMain.java197 public static native boolean removeJitCompiledMethod(Method method, boolean releaseMemory); in removeJitCompiledMethod() method in Main