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