Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h724 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;
[all …]