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

  /external/v8/src/heap/
spaces-inl.h 231 static_cast<void*>(this), live_byte_count_);
233 live_byte_count_ = 0;
240 static_cast<void*>(this), by, live_byte_count_, live_byte_count_ + by);
242 live_byte_count_ += by;
243 DCHECK_GE(live_byte_count_, 0);
244 DCHECK_LE(static_cast<size_t>(live_byte_count_), size_);
spaces.h 423 DCHECK_LE(static_cast<unsigned>(live_byte_count_), size_);
424 return live_byte_count_;
430 live_byte_count_ = live_bytes;
610 int live_byte_count_; member in class:v8::internal::MemoryChunk
    [all...]

Completed in 150 milliseconds