Home | History | Annotate | Download | only in src

Lines Matching defs:Zone

31 #include "zone-inl.h"
70 Zone::Zone()
78 unsigned Zone::allocation_size_ = 0;
82 if (ShouldDeleteOnExit()) isolate_->zone()->DeleteAll();
83 isolate_->zone()->scope_nesting_--;
89 Segment* Zone::NewSegment(int size) {
101 void Zone::DeleteSegment(Segment* segment, int size) {
107 void Zone::DeleteAll() {
159 void Zone::DeleteKeptSegment() {
167 Address Zone::NewExpand(int size) {
169 // there isn't enough room in the Zone to satisfy the request.
184 V8::FatalProcessOutOfMemory("Zone");
198 V8::FatalProcessOutOfMemory("Zone");
207 V8::FatalProcessOutOfMemory("Zone");