Home
last modified time | relevance | path

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

/art/test/910-methods/src/art/
DTest910.java76 System.out.println(getMaxLocals(m)); in testMethod()
129 private static native int getMaxLocals(Method m); in getMaxLocals() method in Test910