Home
last modified time | relevance | path

Searched refs:ReservationsAreFullyUsed (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/snapshot/
Ddefault-deserializer-allocator.h69 bool ReservationsAreFullyUsed() const;
Dbuiltin-deserializer-allocator.h104 bool ReservationsAreFullyUsed() const;
Ddefault-deserializer-allocator.cc220 bool DefaultDeserializerAllocator::ReservationsAreFullyUsed() const { in ReservationsAreFullyUsed() function in v8::internal::DefaultDeserializerAllocator
Dbuiltin-deserializer-allocator.cc274 bool BuiltinDeserializerAllocator::ReservationsAreFullyUsed() const { in ReservationsAreFullyUsed() function in v8::internal::BuiltinDeserializerAllocator
Ddeserializer.cc62 DCHECK(allocator()->ReservationsAreFullyUsed()); in ~Deserializer()