Home | History | Annotate | Download | only in src

Lines Matching refs:Zone

30 #include "zone-inl.h"
37 Zone::Zone()
45 unsigned Zone::allocation_size_ = 0;
50 if (ShouldDeleteOnExit()) isolate_->zone()->DeleteAll();
51 isolate_->zone()->scope_nesting_--;
81 friend class Zone;
87 Segment* Zone::NewSegment(int size) {
100 void Zone::DeleteSegment(Segment* segment, int size) {
106 void Zone::DeleteAll() {
158 Address Zone::NewExpand(int size) {
160 // there isn't enough room in the Zone to satisfy the request.
183 V8::FatalProcessOutOfMemory("Zone");