Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h765 struct DexFileData : public DeletableArenaObject<kArenaAllocProfile> { struct
766 DexFileData(ArenaAllocator* allocator, in DexFileData() argument
805 bool operator==(const DexFileData& other) const { argument
816 void MergeBitmap(const DexFileData& other) { in MergeBitmap() argument
826 bool IsStartupMethod(uint32_t method_index) const { in IsStartupMethod()
832 bool IsPostStartupMethod(uint32_t method_index) const { in IsPostStartupMethod()
838 bool IsHotMethod(uint32_t method_index) const { in IsHotMethod()
843 bool IsMethodInProfile(uint32_t method_index) const { in IsMethodInProfile()
877 ArenaAllocator* const allocator_;
879 std::string profile_key;
[all …]