HomeSort by relevance Sort by last modified time
    Searched refs:annotate (Results 51 - 75 of 287) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
AnnotationSetRefList.java 55 out.annotate(4, "size = %d", size);
59 out.annotate(4, "annotation_set_item[0x%x]", annotationSetOffset);
FieldIdItem.java 58 out.annotate(2, "class_idx = %s", TypeIdItem.getReferenceAnnotation(dexFile, classIndex));
61 out.annotate(2, "return_type_idx = %s", TypeIdItem.getReferenceAnnotation(dexFile, typeIndex));
64 out.annotate(4, "name_idx = %s", StringIdItem.getReferenceAnnotation(dexFile, nameIndex));
MethodIdItem.java 58 out.annotate(2, "class_idx = %s", TypeIdItem.getReferenceAnnotation(dexFile, classIndex));
61 out.annotate(2, "proto_idx = %s", ProtoIdItem.getReferenceAnnotation(dexFile, protoIndex));
64 out.annotate(4, "name_idx = %s", StringIdItem.getReferenceAnnotation(dexFile, nameIndex));
ProtoIdItem.java 58 out.annotate(4, "shorty_idx = %s", StringIdItem.getReferenceAnnotation(dexFile, shortyIndex));
61 out.annotate(4, "return_type_idx = %s", TypeIdItem.getReferenceAnnotation(dexFile, returnTypeIndex));
64 out.annotate(4, "parameters_off = %s", TypeListItem.getReferenceAnnotation(dexFile, parametersOffset));
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationItem.java 174 out.annotate(0, prefix + "visibility: " +
176 out.annotate(0, prefix + "type: " + annotation.getType().toHuman());
182 out.annotate(0, prefix + name.toHuman() + ": " +
194 out.annotate(0, offsetString() + " annotation");
195 out.annotate(1, " visibility: VISBILITY_" + visibility);
MapItem.java 221 out.annotate(0, offsetString() + ' ' + type.getTypeName() +
223 out.annotate(2, " type: " + Hex.u2(value) + " // " +
225 out.annotate(2, " unused: 0");
226 out.annotate(4, " size: " + Hex.u4(itemCount));
227 out.annotate(4, " offset: " + Hex.u4(offset));
ClassDefItem.java 189 out.annotate(0, indexString() + ' ' + thisClass.toHuman());
190 out.annotate(4, " class_idx: " + Hex.u4(classIdx));
191 out.annotate(4, " access_flags: " +
193 out.annotate(4, " superclass_idx: " + Hex.u4(superIdx) +
196 out.annotate(4, " interfaces_off: " + Hex.u4(interOff));
201 out.annotate(0, " " + list.getType(i).toHuman());
204 out.annotate(4, " source_file_idx: " + Hex.u4(sourceFileIdx) +
207 out.annotate(4, " annotations_off: " + Hex.u4(annoOff));
208 out.annotate(4, " class_data_off: " + Hex.u4(dataOff));
209 out.annotate(4, " static_values_off: "
    [all...]
DebugInfoEncoder.java 130 private void annotate(int length, String message) { method in class:DebugInfoEncoder
136 annotateTo.annotate(shouldConsume ? length : 0, message);
203 annotate(1, String.format("%04x: prologue end",address));
371 boolean annotate = (annotateTo != null) || (debugPrint != null);
381 if (annotate) {
382 annotate(output.getCursor() - mark, "line_start: " + line);
408 if (annotate) {
409 annotate(output.getCursor() - mark,
451 if (annotate) {
455 annotate(output.getCursor() - mark
    [all...]
DexFile.java 172 boolean annotate = (humanOut != null);
173 ByteArrayAnnotatedOutput result = toDex0(annotate, verbose);
179 if (annotate) {
194 boolean annotate = (humanOut != null);
195 ByteArrayAnnotatedOutput result = toDex0(annotate, verbose);
197 if (annotate) {
471 * @param annotate whether or not to keep annotations
475 private ByteArrayAnnotatedOutput toDex0(boolean annotate,
540 if (annotate) {
575 if (annotate) {
    [all...]
AnnotationSetItem.java 138 out.annotate(0, offsetString() + " annotation set");
139 out.annotate(4, " size: " + Hex.u4(size));
149 out.annotate(4, " entries[" + Integer.toHexString(i) + "]: " +
EncodedField.java 140 out.annotate(0, String.format(" [%x] %s", dumpSeq,
142 out.annotate(Leb128Utils.unsignedLeb128Size(diff),
144 out.annotate(Leb128Utils.unsignedLeb128Size(accessFlags),
ParameterAnnotationStruct.java 114 out.annotate(0, " " + method.toHuman());
115 out.annotate(4, " method_idx: " + Hex.u4(methodIdx));
116 out.annotate(4, " annotations_off: " +
AnnotationSetRefItem.java 75 out.annotate(4, " annotations_off: " + Hex.u4(annotationsOff));
EncodedMethod.java 179 out.annotate(0, String.format(" [%x] %s", dumpSeq,
181 out.annotate(Leb128Utils.unsignedLeb128Size(diff),
183 out.annotate(Leb128Utils.unsignedLeb128Size(accessFlags),
186 out.annotate(Leb128Utils.unsignedLeb128Size(codeOff),
ProtoIdItem.java 150 out.annotate(0, indexString() + ' ' + sb.toString());
151 out.annotate(4, " shorty_idx: " + Hex.u4(shortyIdx) +
153 out.annotate(4, " return_type_idx: " + Hex.u4(returnIdx) +
155 out.annotate(4, " parameters_off: " + Hex.u4(paramsOff));
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationItem.java 176 out.annotate(0, prefix + "visibility: " +
178 out.annotate(0, prefix + "type: " + annotation.getType().toHuman());
184 out.annotate(0, prefix + name.toHuman() + ": " +
196 out.annotate(0, offsetString() + " annotation");
197 out.annotate(1, " visibility: VISBILITY_" + visibility);
MapItem.java 220 out.annotate(0, offsetString() + ' ' + type.getTypeName() +
222 out.annotate(2, " type: " + Hex.u2(value) + " // " +
224 out.annotate(2, " unused: 0");
225 out.annotate(4, " size: " + Hex.u4(itemCount));
226 out.annotate(4, " offset: " + Hex.u4(offset));
ClassDefItem.java 186 out.annotate(0, indexString() + ' ' + thisClass.toHuman());
187 out.annotate(4, " class_idx: " + Hex.u4(classIdx));
188 out.annotate(4, " access_flags: " +
190 out.annotate(4, " superclass_idx: " + Hex.u4(superIdx) +
193 out.annotate(4, " interfaces_off: " + Hex.u4(interOff));
198 out.annotate(0, " " + list.getType(i).toHuman());
201 out.annotate(4, " source_file_idx: " + Hex.u4(sourceFileIdx) +
204 out.annotate(4, " annotations_off: " + Hex.u4(annoOff));
205 out.annotate(4, " class_data_off: " + Hex.u4(dataOff));
206 out.annotate(4, " static_values_off: "
    [all...]
DebugInfoEncoder.java 138 private void annotate(int length, String message) { method in class:DebugInfoEncoder
144 annotateTo.annotate(shouldConsume ? length : 0, message);
211 annotate(1, String.format("%04x: prologue end",address));
379 boolean annotate = (annotateTo != null) || (debugPrint != null);
389 if (annotate) {
390 annotate(output.getCursor() - mark, "line_start: " + line);
416 if (annotate) {
417 annotate(output.getCursor() - mark,
459 if (annotate) {
463 annotate(output.getCursor() - mark
    [all...]
AnnotationSetItem.java 140 out.annotate(0, offsetString() + " annotation set");
141 out.annotate(4, " size: " + Hex.u4(size));
151 out.annotate(4, " entries[" + Integer.toHexString(i) + "]: " +
EncodedField.java 143 out.annotate(0, String.format(" [%x] %s", dumpSeq,
145 out.annotate(Leb128.unsignedLeb128Size(diff),
147 out.annotate(Leb128.unsignedLeb128Size(accessFlags),
ParameterAnnotationStruct.java 117 out.annotate(0, " " + method.toHuman());
118 out.annotate(4, " method_idx: " + Hex.u4(methodIdx));
119 out.annotate(4, " annotations_off: " +
AnnotationSetRefItem.java 76 out.annotate(4, " annotations_off: " + Hex.u4(annotationsOff));
EncodedMethod.java 181 out.annotate(0, String.format(" [%x] %s", dumpSeq,
183 out.annotate(Leb128.unsignedLeb128Size(diff),
185 out.annotate(Leb128.unsignedLeb128Size(accessFlags),
188 out.annotate(Leb128.unsignedLeb128Size(codeOff),
ProtoIdItem.java 147 out.annotate(0, indexString() + ' ' + sb.toString());
148 out.annotate(4, " shorty_idx: " + Hex.u4(shortyIdx) +
150 out.annotate(4, " return_type_idx: " + Hex.u4(returnIdx) +
152 out.annotate(4, " parameters_off: " + Hex.u4(paramsOff));

Completed in 908 milliseconds

1 23 4 5 6 7 8 91011>>