HomeSort by relevance Sort by last modified time
    Searched refs:annotate (Results 76 - 100 of 196) sorted by null

1 2 34 5 6 7 8

  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
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 193 boolean annotate = (humanOut != null);
194 ByteArrayAnnotatedOutput result = toDex0(annotate, verbose);
200 if (annotate) {
215 boolean annotate = (humanOut != null);
216 ByteArrayAnnotatedOutput result = toDex0(annotate, verbose);
218 if (annotate) {
490 * @param annotate whether or not to keep annotations
494 private ByteArrayAnnotatedOutput toDex0(boolean annotate,
559 if (annotate) {
594 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 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));
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
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/
DexFile.java 193 boolean annotate = (humanOut != null);
194 ByteArrayAnnotatedOutput result = toDex0(annotate, verbose);
200 if (annotate) {
215 boolean annotate = (humanOut != null);
216 ByteArrayAnnotatedOutput result = toDex0(annotate, verbose);
218 if (annotate) {
490 * @param annotate whether or not to keep annotations
494 private ByteArrayAnnotatedOutput toDex0(boolean annotate,
559 if (annotate) {
594 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 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));
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
Instruction.java 62 out.annotate(getSize(currentCodeAddress)*2, "[0x" + Integer.toHexString(currentCodeAddress) + "] " +
  /external/smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/
AnnotationEncodedValue.java 62 out.annotate("value_type=" + ValueType.VALUE_ANNOTATION.name() + ",value_arg=0");
BooleanEncodedValue.java 80 out.annotate("value_type=" + ValueType.VALUE_BOOLEAN.name() + ",value=" + Boolean.toString(value));

Completed in 494 milliseconds

1 2 34 5 6 7 8