Searched refs:PerTypeEntryInfo (Results 1 – 2 of 2) sorted by relevance
159 const PerTypeEntryInfo& info = info_[type]; in NextAccess()189 PerTypeEntryInfo& info = info_[type]; in AddEntry()236 PerTypeEntryInfo& info = info_[type]; in EmitSharedEntries()262 PerTypeEntryInfo& info = info_[type]; in EmitGroup()
546 struct PerTypeEntryInfo { struct547 PerTypeEntryInfo() : regular_count(0), overflow_start(-1) {} in PerTypeEntryInfo() argument560 PerTypeEntryInfo info_[ConstantPoolEntry::NUMBER_OF_TYPES]; argument