Searched refs:readUShort (Results 1 – 10 of 10) sorted by relevance
29 insnCount = file.readUShort(); in read()30 handlerOff = file.readUShort(); in read()
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 classIdx = file.readUShort(); in read()30 protoIdx = file.readUShort(); in read()
29 classIdx = file.readUShort(); in read()30 typeIdx = 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()
10590 Ljava/util/zip/GZIPInputStream;->readUShort(Ljava/io/InputStream;)I
7737 HSPLjava/util/zip/GZIPInputStream;->readUShort(Ljava/io/InputStream;)I