Searched refs:readUShort (Results 1 – 8 of 8) sorted by relevance
51 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()
29 insnCount = file.readUShort(); in read()30 handlerOff = file.readUShort(); in read()
29 classIdx = file.readUShort(); in read()30 typeIdx = file.readUShort(); in read()
29 classIdx = file.readUShort(); in read()30 protoIdx = file.readUShort(); in read()
47 type = file.readUShort(); in read()48 file.readUShort(); // Unused padding. in read()
26 typeIdx = file.readUShort(); in read()
54 public short readUShort() throws IOException { in readUShort() method in DexRandomAccessFile
169 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()