Searched refs:DexMapList (Results 1 – 3 of 3) sorted by relevance
130 const dex::MapList& dexMap = *reader.DexMapList(); in PrintDexMap()230 auto map_list = reader.DexMapList(); in PrintDexFileStats()
56 const dex::MapList* DexMapList() const;
69 const dex::MapList* Reader::DexMapList() const { in DexMapList() function in dex::Reader