Home
last modified time | relevance | path

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

/external/v8/src/snapshot/
Ddefault-deserializer-allocator.cc44 return allocated_maps_[next_map_index_++]; in AllocateRaw()
99 DCHECK_LT(index, next_map_index_); in GetMap()
230 return (allocated_maps_.size() == next_map_index_); in ReservationsAreFullyUsed()
Ddefault-deserializer-allocator.h101 uint32_t next_map_index_ = 0; variable