Searched refs:segment_head_ (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dzone.cc40 // available as segment_head_. Segments are allocated using malloc()
76 segment_head_(NULL) {
93 result->Initialize(segment_head_, size);
94 segment_head_ = result;
114 Segment* keep = segment_head_;
121 Segment* current = segment_head_;
155 segment_head_ = keep;
160 if (segment_head_ != NULL) {
161 DeleteSegment(segment_head_, segment_head_
[all...]
H A Dzone.h141 Segment* segment_head_; member in class:v8::internal::Zone

Completed in 72 milliseconds