Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info.h466 struct DexFileData : public DeletableArenaObject<kArenaAllocProfile> { struct
467 DexFileData(ArenaAllocator* allocator, in DexFileData() argument
495 bool operator==(const DexFileData& other) const { argument
502 void MergeBitmap(const DexFileData& other) { in MergeBitmap() argument
513 ArenaAllocator* const allocator_;
515 std::string profile_key;
517 uint8_t profile_index;
519 uint32_t checksum;
521 MethodMap method_map;
524 ArenaSet<dex::TypeIndex> class_set;
[all …]
/art/oatdump/
Doatdump.cc941 class DexFileData { class in art::OatDumper
943 DexFileData() {} in DexFileData() function in art::OatDumper::DexFileData
945 explicit DexFileData(const DexFile& dex_file) in DexFileData() function in art::OatDumper::DexFileData