Lines Matching defs:Zone
32 Zone::Zone(AccountingAllocator* allocator, const char* name,
40 Zone::~Zone() {
45 void* Zone::AsanNew(size_t size) {
72 void Zone::Reset() {
98 void Zone::DeleteAll() {
124 void Zone::ReleaseSegment(Segment* segment) {
131 Address Zone::NewExpand(size_t size) {
133 // there isn't enough room in the Zone to satisfy the request.
149 V8::FatalProcessOutOfMemory(nullptr, "Zone");
161 V8::FatalProcessOutOfMemory(nullptr, "Zone");
166 V8::FatalProcessOutOfMemory(nullptr, "Zone");
192 ZoneScope::ZoneScope(Zone* zone)
223 // Reset the Zone to the stored state.