Home
last modified time | relevance | path

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

/aosp12/art/test/1901-get-bytecodes/src/art/
H A DTest1901.java70 public static byte[][] DO_NOTHING_BYTECODES = new byte[][] { field in Test1901
141 CheckMethodBytes(target.getDeclaredMethod("doNothing"), DO_NOTHING_BYTECODES); in run()