HomeSort by relevance Sort by last modified time
    Searched refs:ClassDefsSection (Results 1 - 13 of 13) sorted by null

  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
DexFileClassMap.java 44 for (ClassDefItem classDefItem: dexFile.ClassDefsSection.getItems()) {
ClassPath.java 222 for (ClassDefItem classDefItem: dexFile.ClassDefsSection.getItems()) {
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
HeaderItem.java 243 out.annotate("class_defs_size: " + dexFile.ClassDefsSection.getItems().size());
244 out.writeInt(dexFile.ClassDefsSection.getItems().size());
246 out.annotate("class_defs_off: 0x" + Integer.toHexString(dexFile.ClassDefsSection.getOffset()));
247 out.writeInt(dexFile.ClassDefsSection.getOffset());
DexFile.java 73 * {@link DexFile#ClassDefsSection}, which will add all the information necessary to represent the given
195 ClassDefsSection,
216 ClassDefsSection
415 ClassDefsSection
438 * the <code>Section.intern()</code> method of <code>ClassDefsSection</code>
766 public final IndexedSection<ClassDefItem> ClassDefsSection =
    [all...]
ClassDefItem.java 124 return dexFile.ClassDefsSection.intern(classDefItem);
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ClassDefsSection.java 33 public final class ClassDefsSection extends UniformItemSection {
48 public ClassDefsSection(DexFile file) {
DexFile.java 80 private final ClassDefsSection classDefs;
119 classDefs = new ClassDefsSection(this);
307 /*package*/ ClassDefsSection getClassDefs() {
  /dalvik/dx/src/com/android/dx/dex/file/
ClassDefsSection.java 32 public final class ClassDefsSection extends UniformItemSection {
47 public ClassDefsSection(DexFile file) {
DexFile.java 83 private final ClassDefsSection classDefs;
124 classDefs = new ClassDefsSection(this);
326 /*package*/ ClassDefsSection getClassDefs() {
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
ClassDefsSection.java 33 public final class ClassDefsSection extends UniformItemSection {
48 public ClassDefsSection(DexFile file) {
DexFile.java 85 private final ClassDefsSection classDefs;
126 classDefs = new ClassDefsSection(this);
328 /*package*/ ClassDefsSection getClassDefs() {
  /external/smali/baksmali/src/main/java/org/jf/baksmali/
baksmali.java 131 ArrayList<ClassDefItem> classDefItems = new ArrayList<ClassDefItem>(dexFile.ClassDefsSection.getItems());
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 3453 milliseconds