HomeSort by relevance Sort by last modified time
    Searched refs:segment_bytes_allocated_ (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
zone-inl.h 61 return segment_bytes_allocated_ > zone_excess_limit_;
66 segment_bytes_allocated_ += delta;
67 Counters::zone_segment_bytes.Set(segment_bytes_allocated_);
zone.cc 39 int Zone::segment_bytes_allocated_ = 0; member in class:v8::internal::Zone
zone.h 94 static int segment_bytes_allocated_; member in class:v8::internal::Zone

Completed in 29 milliseconds