Searched defs:DexFileData (Results 1 – 1 of 1) sorted by relevance
493 struct DexFileData : public DeletableArenaObject<kArenaAllocProfile> { struct494 DexFileData(ArenaAllocator* allocator, in DexFileData() function528 bool operator==(const DexFileData& other) const { argument541 void MergeBitmap(const DexFileData& other) { in MergeBitmap() argument560 ArenaAllocator* const allocator_;562 std::string profile_key;564 uint8_t profile_index;566 uint32_t checksum;568 MethodMap method_map;571 ArenaSet<dex::TypeIndex> class_set;[all …]