Home
last modified time | relevance | path

Searched defs:DexFileData (Results 1 – 1 of 1) sorted by relevance

/art/libprofile/profile/
Dprofile_compilation_info.h599 struct DexFileData : public DeletableArenaObject<kArenaAllocProfile> { struct
600 DexFileData(ArenaAllocator* allocator, in DexFileData() function
637 bool operator==(const DexFileData& other) const { argument
648 void MergeBitmap(const DexFileData& other) { in MergeBitmap() argument
661 ArenaAllocator* const allocator_;
663 std::string profile_key;
665 ProfileIndexType profile_index;
689 DexFileData* GetOrAddDexFileData(const std::string& profile_key, argument