Home
last modified time | relevance | path

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

/art/test/910-methods/src/art/
DTest910.java104 System.out.println("Is synthetic: " + isMethodSynthetic(m)); in testMethod()
135 private static native boolean isMethodSynthetic(Method m); in isMethodSynthetic() method in Test910