Searched defs:DexFileData (Results 1 – 1 of 1) sorted by relevance
777 struct DexFileData : public DeletableArenaObject<kArenaAllocProfile> { struct778 DexFileData(ArenaAllocator* allocator, in DexFileData() function817 bool operator==(const DexFileData& other) const { argument828 void MergeBitmap(const DexFileData& other) { in MergeBitmap() argument838 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 …]