Home
last modified time | relevance | path

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

/external/v8/src/snapshot/
Dbuiltin-deserializer-allocator.cc264 const auto result = unused_reservations_.emplace(code_object_id); in RegisterCodeObjectReservation()
270 const size_t removed_elems = unused_reservations_.erase(code_object_id); in RegisterCodeObjectAllocation()
276 return unused_reservations_.empty(); in ReservationsAreFullyUsed()
Dbuiltin-deserializer-allocator.h124 std::unordered_set<int> unused_reservations_; variable