Lines Matching refs:DexFile
174 const DexFile* dex_file, in DumpMethodItem()
216 { DexFile::kDexTypeHeaderItem, 1 },
217 { DexFile::kDexTypeStringIdItem, 2 },
218 { DexFile::kDexTypeTypeIdItem, 3 },
219 { DexFile::kDexTypeProtoIdItem, 4 },
220 { DexFile::kDexTypeFieldIdItem, 5 },
221 { DexFile::kDexTypeMethodIdItem, 6 },
222 { DexFile::kDexTypeClassDefItem, 7 },
223 { DexFile::kDexTypeTypeList, 8 },
224 { DexFile::kDexTypeAnnotationSetRefList, 9 },
225 { DexFile::kDexTypeAnnotationSetItem, 10 },
226 { DexFile::kDexTypeClassDataItem, 11 },
227 { DexFile::kDexTypeCodeItem, 12 },
228 { DexFile::kDexTypeStringDataItem, 13 },
229 { DexFile::kDexTypeDebugInfoItem, 14 },
230 { DexFile::kDexTypeAnnotationItem, 15 },
231 { DexFile::kDexTypeEncodedArrayItem, 16 },
232 { DexFile::kDexTypeAnnotationsDirectoryItem, 16 }
246 const DexFile* dex_file, in VisualizeDexLayout()