Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DInstruction.java120 int opcodeValue = readOpcode(file); in read()
168 private int readOpcode(DexRandomAccessFile file) throws IOException { in readOpcode() method in Instruction