Home
last modified time | relevance | path

Searched refs:MementoFoundCountBits (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dallocation-site-inl.h160 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()
Dallocation-site.h78 using MementoFoundCountBits = base::BitField<int, 0, 26>; variable