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