Searched defs:DexFile (Results 1 – 3 of 3) sorted by relevance
594 struct DexFile { struct596 const DexOptHeader* pOptHeader;599 const DexHeader* pHeader;600 const DexStringId* pStringIds;601 const DexTypeId* pTypeIds;602 const DexFieldId* pFieldIds;603 const DexMethodId* pMethodIds;604 const DexProtoId* pProtoIds;605 const DexClassDef* pClassDefs;606 const DexLink* pLinkData;[all …]
43 public final class DexFile { class106 public DexFile() { in DexFile() method in DexFile
48 public final class DexFile { class122 public DexFile(final DexOptions dexOptions) { in DexFile() method in DexFile