Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h493 struct DexFileData : public DeletableArenaObject<kArenaAllocProfile> { struct
494 DexFileData(ArenaAllocator* allocator, in DexFileData() function
528 bool operator==(const DexFileData& other) const { argument
541 void MergeBitmap(const DexFileData& other) { in MergeBitmap() argument
560 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 …]