HomeSort by relevance Sort by last modified time
    Searched refs:readUInt (Results 1 - 6 of 6) sorted by null

  /cts/tools/dex-tools/src/dex/reader/
DexFileReader.java 114 checksum = b.readUInt();
124 fileSize = b.readUInt();
129 headerSize = b.readUInt();
134 endianTag = b.readUInt();
140 size[attribute] = b.readUInt();
144 off[attribute] = b.readUInt();
154 stringDataOffsets[i] = b.readUInt();
174 typeIds[i] = b.readUInt();
192 item.shorty_idx = b.readUInt();
193 item.return_type_idx = b.readUInt();
    [all...]
DexParameterImpl.java 52 final int size = buffer.readUInt();
55 buffer.readUInt(), typeIds, stringPool, fieldIdItems));
DexMethodImpl.java 77 int numberOfParameters = buffer.readUInt();
79 parameterIdToIndex.put(i, buffer.readUInt());
88 final int size = buffer.readUInt();
91 buffer.readUInt(), typeIds, stringPool, fieldIdItems));
110 int size = buffer.readUInt();
DexClassImpl.java 122 annotationDir.class_annotations_off = buffer.readUInt();
123 annotationDir.fields_size = buffer.readUInt();
124 annotationDir.methods_size = buffer.readUInt();
125 annotationDir.annotated_params_size = buffer.readUInt();
133 .readUInt();
135 .readUInt();
147 .readUInt();
149 .readUInt();
163 .readUInt();
165 buffer.readUInt();
    [all...]
DexFieldImpl.java 61 final int size = buffer.readUInt();
64 buffer.readUInt(), typeIds, stringPool, fieldIdItems));
DexBuffer.java 153 public int readUInt() {

Completed in 315 milliseconds