Searched defs:DexFileData (Results 1 – 1 of 1) sorted by relevance
599 struct DexFileData : public DeletableArenaObject<kArenaAllocProfile> { struct600 DexFileData(ArenaAllocator* allocator, in DexFileData() argument637 bool operator==(const DexFileData& other) const { argument648 void MergeBitmap(const DexFileData& other) { in MergeBitmap() argument661 ArenaAllocator* const allocator_;663 std::string profile_key;665 ProfileIndexType profile_index;689 DexFileData* GetOrAddDexFileData(const std::string& profile_key, argument