Searched refs:MementoFoundCountBits (Results 1 – 2 of 2) sorted by relevance
160 return MementoFoundCountBits::decode(pretenure_data(kRelaxedLoad)); in memento_found_count()169 AllocationMemento::kSize)) < MementoFoundCountBits::kMax); in set_memento_found_count()170 DCHECK_LT(count, MementoFoundCountBits::kMax); in set_memento_found_count()171 set_pretenure_data(MementoFoundCountBits::update(value, count), in set_memento_found_count()
78 using MementoFoundCountBits = base::BitField<int, 0, 26>; variable