/dalvik/dx/src/com/android/dx/dex/ |
D | TableOfContents.java | 123 Section section = getSection(type); in readMap() local 127 if ((section.size != 0 && section.size != size) in readMap() 128 || (section.off != -1 && section.off != offset)) { in readMap() 132 section.size = size; in readMap() 133 section.off = offset; in readMap() 135 if (previous != null && previous.off > section.off) { in readMap() 136 throw new DexException("Map is unsorted at " + previous + ", " + section); in readMap() 139 previous = section; in readMap() 147 Section section = sections[i]; in computeSizesFromOffsets() local 148 if (section.off == -1) { in computeSizesFromOffsets() [all …]
|
/dalvik/dx/src/com/android/dx/dex/file/ |
D | MapItem.java | 38 private final Section section; field in MapItem 80 for (Section section : sections) { in addMap() 86 for (Item item : section.items()) { in addMap() 90 items.add(new MapItem(currentType, section, in addMap() 103 items.add(new MapItem(currentType, section, in addMap() 105 } else if (section == mapSection) { in addMap() 124 private MapItem(ItemType type, Section section, Item firstItem, in MapItem() argument 132 if (section == null) { in MapItem() 149 this.section = section; in MapItem() 161 private MapItem(Section section) { in MapItem() argument [all …]
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
D | MapItem.java | 38 private final Section section; field in MapItem 80 for (Section section : sections) { in addMap() 86 for (Item item : section.items()) { in addMap() 90 items.add(new MapItem(currentType, section, in addMap() 103 items.add(new MapItem(currentType, section, in addMap() 105 } else if (section == mapSection) { in addMap() 124 private MapItem(ItemType type, Section section, Item firstItem, in MapItem() argument 132 if (section == null) { in MapItem() 149 this.section = section; in MapItem() 161 private MapItem(Section section) { in MapItem() argument [all …]
|
/dalvik/dx/src/com/android/dx/io/ |
D | DexIndexPrinter.java | 36 for (TableOfContents.Section section : tableOfContents.sections) { in printMap() 37 if (section.off != -1) { in printMap() 38 System.out.println("section " + Integer.toHexString(section.type) in printMap() 39 + " off=" + Integer.toHexString(section.off) in printMap() 40 + " size=" + Integer.toHexString(section.size) in printMap() 41 + " byteCount=" + Integer.toHexString(section.byteCount)); in printMap()
|
/dalvik/tools/ |
D | deadcode.py | 44 def FindMethods(section): argument 58 result = methodPattern.search(section, start)
|
/dalvik/dx/src/com/android/dx/merge/ |
D | DexMerger.java | 326 TableOfContents.Section section = getSection(source.getTableOfContents()); in readUnsortedValues() local 327 if (!section.exists()) { in readUnsortedValues() 332 DexBuffer.Section in = source.open(section.off); in readUnsortedValues() 333 for (int i = 0; i < section.size; i++) { in readUnsortedValues() 604 TableOfContents.Section section = in.getTableOfContents().annotationSets; in transformAnnotationSets() local 605 if (section.exists()) { in transformAnnotationSets() 606 DexBuffer.Section setIn = in.open(section.off); in transformAnnotationSets() 607 for (int i = 0; i < section.size; i++) { in transformAnnotationSets() 614 TableOfContents.Section section = in.getTableOfContents().annotationsDirectories; in transformAnnotationDirectories() local 615 if (section.exists()) { in transformAnnotationDirectories() [all …]
|
/dalvik/dx/src/com/android/dx/command/grep/ |
D | Grep.java | 55 private EncodedValueReader newEncodedValueReader(DexBuffer.Section section) { in newEncodedValueReader() argument 56 return new EncodedValueReader(section) { in newEncodedValueReader()
|
/dalvik/vm/mterp/x86/ |
D | entry.S | 89 .section .rodata
|
D | footer.S | 618 .section .rodata
|
/dalvik/vm/arch/x86/ |
D | Call386ABI.S | 177 .section .note.GNU-stack,"",@progbits
|
/dalvik/ |
D | NOTICE | 89 (except as stated in this section) patent license to make, have made,
|
/dalvik/dx/ |
D | NOTICE | 89 (except as stated in this section) patent license to make, have made,
|
/dalvik/dexdump/ |
D | NOTICE | 89 (except as stated in this section) patent license to make, have made,
|
/dalvik/vm/mterp/x86-atom/ |
D | footer.S | 642 .section .rodata
|
/dalvik/vm/mterp/armv5te/ |
D | footer.S | 1202 .section .rodata.str1.4,"aMS",%progbits,1
|
/dalvik/vm/mterp/out/ |
D | InterpAsm-x86.S | 15207 .section .rodata 15830 .section .rodata
|
D | InterpAsm-x86-atom.S | 18486 .section .rodata
|
D | InterpAsm-armv7-a.S | 16782 .section .rodata.str1.4,"aMS",%progbits,1
|
D | InterpAsm-armv5te-vfp.S | 16845 .section .rodata.str1.4,"aMS",%progbits,1
|
D | InterpAsm-armv7-a-neon.S | 16782 .section .rodata.str1.4,"aMS",%progbits,1
|
D | InterpAsm-armv5te.S | 17303 .section .rodata.str1.4,"aMS",%progbits,1
|