Home
last modified time | relevance | path

Searched refs:section (Results 1 – 21 of 21) sorted by relevance

/dalvik/dx/src/com/android/dx/dex/
DTableOfContents.java123 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/
DMapItem.java38 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/
DMapItem.java38 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/
DDexIndexPrinter.java36 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/
Ddeadcode.py44 def FindMethods(section): argument
58 result = methodPattern.search(section, start)
/dalvik/dx/src/com/android/dx/merge/
DDexMerger.java326 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/
DGrep.java55 private EncodedValueReader newEncodedValueReader(DexBuffer.Section section) { in newEncodedValueReader() argument
56 return new EncodedValueReader(section) { in newEncodedValueReader()
/dalvik/vm/mterp/x86/
Dentry.S89 .section .rodata
Dfooter.S618 .section .rodata
/dalvik/vm/arch/x86/
DCall386ABI.S177 .section .note.GNU-stack,"",@progbits
/dalvik/
DNOTICE89 (except as stated in this section) patent license to make, have made,
/dalvik/dx/
DNOTICE89 (except as stated in this section) patent license to make, have made,
/dalvik/dexdump/
DNOTICE89 (except as stated in this section) patent license to make, have made,
/dalvik/vm/mterp/x86-atom/
Dfooter.S642 .section .rodata
/dalvik/vm/mterp/armv5te/
Dfooter.S1202 .section .rodata.str1.4,"aMS",%progbits,1
/dalvik/vm/mterp/out/
DInterpAsm-x86.S15207 .section .rodata
15830 .section .rodata
DInterpAsm-x86-atom.S18486 .section .rodata
DInterpAsm-armv7-a.S16782 .section .rodata.str1.4,"aMS",%progbits,1
DInterpAsm-armv5te-vfp.S16845 .section .rodata.str1.4,"aMS",%progbits,1
DInterpAsm-armv7-a-neon.S16782 .section .rodata.str1.4,"aMS",%progbits,1
DInterpAsm-armv5te.S17303 .section .rodata.str1.4,"aMS",%progbits,1