Searched defs:DexFileData (Results 1 – 1 of 1) sorted by relevance
724 struct DexFileData : public DeletableArenaObject<kArenaAllocProfile> { struct725 DexFileData(ArenaAllocator* allocator, in DexFileData() argument764 bool operator==(const DexFileData& other) const { argument775 void MergeBitmap(const DexFileData& other) { in MergeBitmap() argument805 ArenaAllocator* const allocator_;807 std::string profile_key;809 ProfileIndexType profile_index;811 uint32_t checksum;813 MethodMap method_map;816 ArenaSet<dex::TypeIndex> class_set;[all …]