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 236 static_cast<void*>(this), live_byte_count_);
238 live_byte_count_ = 0;
245 static_cast<void*>(this), by, live_byte_count_, live_byte_count_ + by);
247 live_byte_count_ += by;
248 DCHECK_GE(live_byte_count_, 0);
249 DCHECK_LE(static_cast<size_t>(live_byte_count_), size_);
spaces.h 425 DCHECK_LE(static_cast<unsigned>(live_byte_count_), size_);
426 return live_byte_count_;
432 live_byte_count_ = live_bytes;
613 int live_byte_count_; member in class:v8::internal::MemoryChunk
    [all...]

Completed in 67 milliseconds