Home
last modified time | relevance | path

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

/art/test/1901-get-bytecodes/src/art/
DTest1901.java125 byte[] real_codes = getBytecodes(m); in CheckMethodBytes()
146 public static native byte[] getBytecodes(Method m); in getBytecodes() method in Test1901