Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DCodeItem.java51 registersSize = file.readUShort(); in read()
52 insSize = file.readUShort(); in read()
53 outsSize = file.readUShort(); in read()
54 triesSize = file.readUShort(); in read()
61 file.readUShort(); in read()
DTryItem.java29 insnCount = file.readUShort(); in read()
30 handlerOff = file.readUShort(); in read()
DFieldIdItem.java29 classIdx = file.readUShort(); in read()
30 typeIdx = file.readUShort(); in read()
DMethodIdItem.java29 classIdx = file.readUShort(); in read()
30 protoIdx = file.readUShort(); in read()
DMapItem.java47 type = file.readUShort(); in read()
48 file.readUShort(); // Unused padding. in read()
DTypeItem.java26 typeIdx = file.readUShort(); in read()
DDexRandomAccessFile.java54 public short readUShort() throws IOException { in readUShort() method in DexRandomAccessFile
DInstruction.java169 short firstCodeWord = file.readUShort(); in readOpcode()
178 rawSize = (file.readUShort() * 2) + 4; in readOpcode()
181 rawSize = (file.readUShort() * 4) + 2; in readOpcode()
185 int elementWidth = file.readUShort(); in readOpcode()