Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h771 struct DexFileData : public DeletableArenaObject<kArenaAllocProfile> { struct
772 DexFileData(ArenaAllocator* allocator, in DexFileData() argument
811 bool operator==(const DexFileData& other) const { argument
822 void MergeBitmap(const DexFileData& other) { in MergeBitmap() argument
832 bool IsStartupMethod(uint32_t method_index) const { in IsStartupMethod()
838 bool IsPostStartupMethod(uint32_t method_index) const { in IsPostStartupMethod()
844 bool IsHotMethod(uint32_t method_index) const { in IsHotMethod()
849 bool IsMethodInProfile(uint32_t method_index) const { in IsMethodInProfile()
883 ArenaAllocator* const allocator_;
885 std::string profile_key;
[all …]