Lines Matching defs:DexFileData
724 struct DexFileData : public DeletableArenaObject<kArenaAllocProfile> { struct
725 DexFileData(ArenaAllocator* allocator, in DexFileData() argument
764 bool operator==(const DexFileData& other) const { argument
775 void MergeBitmap(const DexFileData& other) { in MergeBitmap() argument
805 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;
841 DexFileData* GetOrAddDexFileData(const std::string& profile_key, argument