| /dalvik/dexgen/src/com/android/dexgen/dex/file/ |
| CodeItem.java | 244 out.annotate(0, offsetString() + ' ' + ref.toHuman()); 245 out.annotate(2, " registers_size: " + Hex.u2(regSz)); 246 out.annotate(2, " ins_size: " + Hex.u2(insSz)); 247 out.annotate(2, " outs_size: " + Hex.u2(outsSz)); 248 out.annotate(2, " tries_size: " + Hex.u2(triesSz)); 249 out.annotate(4, " debug_off: " + Hex.u4(debugOff)); 250 out.annotate(4, " insns_size: " + Hex.u4(insnsSz)); 255 out.annotate(0, " throws " + StdTypeList.toHuman(throwsList)); 271 out.annotate(2, " padding: 0"); 285 out.annotate(0, " debug info") [all...] |
| FieldAnnotationStruct.java | 90 out.annotate(0, " " + field.toHuman()); 91 out.annotate(4, " field_idx: " + Hex.u4(fieldIdx)); 92 out.annotate(4, " annotations_off: " +
|
| MethodAnnotationStruct.java | 90 out.annotate(0, " " + method.toHuman()); 91 out.annotate(4, " method_idx: " + Hex.u4(methodIdx)); 92 out.annotate(4, " annotations_off: " +
|
| TypeListItem.java | 97 out.annotate(0, offsetString() + " type_list"); 98 out.annotate(HEADER_SIZE, " size: " + Hex.u4(sz)); 102 out.annotate(ELEMENT_SIZE,
|
| AnnotationsDirectoryItem.java | 292 out.annotate(0, offsetString() + " annotations directory"); 293 out.annotate(4, " class_annotations_off: " + Hex.u4(classOff)); 294 out.annotate(4, " fields_size: " + 296 out.annotate(4, " methods_size: " + 298 out.annotate(4, " parameters_size: " + 310 out.annotate(0, " fields:"); 320 out.annotate(0, " methods:"); 330 out.annotate(0, " parameters:");
|
| StringDataItem.java | 76 out.annotate(Leb128Utils.unsignedLeb128Size(utf16Size), 78 out.annotate(bytes.size() + 1, value.toQuoted());
|
| StringIdItem.java | 103 out.annotate(0, indexString() + ' ' + value.toQuoted(100)); 104 out.annotate(4, " string_data_off: " + Hex.u4(dataOff));
|
| TypeIdItem.java | 66 out.annotate(0, indexString() + ' ' + descriptor.toHuman()); 67 out.annotate(4, " descriptor_idx: " + Hex.u4(idx));
|
| /dalvik/dx/src/com/android/dx/dex/file/ |
| CodeItem.java | 244 out.annotate(0, offsetString() + ' ' + ref.toHuman()); 245 out.annotate(2, " registers_size: " + Hex.u2(regSz)); 246 out.annotate(2, " ins_size: " + Hex.u2(insSz)); 247 out.annotate(2, " outs_size: " + Hex.u2(outsSz)); 248 out.annotate(2, " tries_size: " + Hex.u2(triesSz)); 249 out.annotate(4, " debug_off: " + Hex.u4(debugOff)); 250 out.annotate(4, " insns_size: " + Hex.u4(insnsSz)); 255 out.annotate(0, " throws " + StdTypeList.toHuman(throwsList)); 271 out.annotate(2, " padding: 0"); 285 out.annotate(0, " debug info") [all...] |
| FieldAnnotationStruct.java | 90 out.annotate(0, " " + field.toHuman()); 91 out.annotate(4, " field_idx: " + Hex.u4(fieldIdx)); 92 out.annotate(4, " annotations_off: " +
|
| MethodAnnotationStruct.java | 90 out.annotate(0, " " + method.toHuman()); 91 out.annotate(4, " method_idx: " + Hex.u4(methodIdx)); 92 out.annotate(4, " annotations_off: " +
|
| TypeListItem.java | 97 out.annotate(0, offsetString() + " type_list"); 98 out.annotate(HEADER_SIZE, " size: " + Hex.u4(sz)); 102 out.annotate(ELEMENT_SIZE,
|
| AnnotationsDirectoryItem.java | 292 out.annotate(0, offsetString() + " annotations directory"); 293 out.annotate(4, " class_annotations_off: " + Hex.u4(classOff)); 294 out.annotate(4, " fields_size: " + 296 out.annotate(4, " methods_size: " + 298 out.annotate(4, " parameters_size: " + 310 out.annotate(0, " fields:"); 320 out.annotate(0, " methods:"); 330 out.annotate(0, " parameters:");
|
| StringDataItem.java | 76 out.annotate(Leb128Utils.unsignedLeb128Size(utf16Size), 78 out.annotate(bytes.size() + 1, value.toQuoted());
|
| StringIdItem.java | 101 out.annotate(0, indexString() + ' ' + value.toQuoted(100)); 102 out.annotate(4, " string_data_off: " + Hex.u4(dataOff));
|
| TypeIdItem.java | 64 out.annotate(0, indexString() + ' ' + descriptor.toHuman()); 65 out.annotate(4, " descriptor_idx: " + Hex.u4(idx));
|
| /external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
| CodeItem.java | 244 out.annotate(0, offsetString() + ' ' + ref.toHuman()); 245 out.annotate(2, " registers_size: " + Hex.u2(regSz)); 246 out.annotate(2, " ins_size: " + Hex.u2(insSz)); 247 out.annotate(2, " outs_size: " + Hex.u2(outsSz)); 248 out.annotate(2, " tries_size: " + Hex.u2(triesSz)); 249 out.annotate(4, " debug_off: " + Hex.u4(debugOff)); 250 out.annotate(4, " insns_size: " + Hex.u4(insnsSz)); 255 out.annotate(0, " throws " + StdTypeList.toHuman(throwsList)); 271 out.annotate(2, " padding: 0"); 285 out.annotate(0, " debug info") [all...] |
| FieldAnnotationStruct.java | 90 out.annotate(0, " " + field.toHuman()); 91 out.annotate(4, " field_idx: " + Hex.u4(fieldIdx)); 92 out.annotate(4, " annotations_off: " +
|
| MethodAnnotationStruct.java | 90 out.annotate(0, " " + method.toHuman()); 91 out.annotate(4, " method_idx: " + Hex.u4(methodIdx)); 92 out.annotate(4, " annotations_off: " +
|
| TypeListItem.java | 97 out.annotate(0, offsetString() + " type_list"); 98 out.annotate(HEADER_SIZE, " size: " + Hex.u4(sz)); 102 out.annotate(ELEMENT_SIZE,
|
| AnnotationsDirectoryItem.java | 292 out.annotate(0, offsetString() + " annotations directory"); 293 out.annotate(4, " class_annotations_off: " + Hex.u4(classOff)); 294 out.annotate(4, " fields_size: " + 296 out.annotate(4, " methods_size: " + 298 out.annotate(4, " parameters_size: " + 310 out.annotate(0, " fields:"); 320 out.annotate(0, " methods:"); 330 out.annotate(0, " parameters:");
|
| StringDataItem.java | 76 out.annotate(Leb128Utils.unsignedLeb128Size(utf16Size), 78 out.annotate(bytes.size() + 1, value.toQuoted());
|
| /external/smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/ |
| ArrayEncodedValue.java | 57 out.annotate("value_type=" + ValueType.VALUE_ARRAY.name() + ",value_arg=0");
|
| NullEncodedValue.java | 48 out.annotate("value_type=" + ValueType.VALUE_NULL.name() + ",value_arg=0");
|
| /external/smali/dexlib/src/main/java/org/jf/dexlib/ |
| AnnotationDirectoryItem.java | 206 out.annotate(0, parentType.getTypeDescriptor()); 209 out.annotate(4, "class_annotations_off: 0x" + Integer.toHexString(classAnnotations.getOffset())); 211 out.annotate(4, "class_annotations_off:"); 215 out.annotate(4, "annotated_fields_size: 0x" + Integer.toHexString(length) + " (" + 218 out.annotate(4, "annotated_methods_size: 0x" + Integer.toHexString(length) + " (" + 221 out.annotate(4, "annotated_parameters_size: 0x" + Integer.toHexString(length) + " (" + 228 out.annotate(0, "[" + index++ + "] field_annotation"); 231 out.annotate(4, "field: " + fieldAnnotation.field.getFieldName().getStringValue() + ":" + 233 out.annotate(4, "annotations_off: 0x" + 242 out.annotate(0, "[" + index++ + "] method_annotation") [all...] |