Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h777 struct DexFileData : public DeletableArenaObject<kArenaAllocProfile> { struct
778 DexFileData(ArenaAllocator* allocator, in DexFileData() function
817 bool operator==(const DexFileData& other) const { argument
828 void MergeBitmap(const DexFileData& other) { in MergeBitmap() argument
838 bool IsStartupMethod(uint32_t method_index) const { in IsStartupMethod()
844 bool IsPostStartupMethod(uint32_t method_index) const { in IsPostStartupMethod()
850 bool IsHotMethod(uint32_t method_index) const { in IsHotMethod()
855 bool IsMethodInProfile(uint32_t method_index) const { in IsMethodInProfile()
889 ArenaAllocator* const allocator_;
891 std::string profile_key;
[all …]