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

  /external/v8/src/heap/
spaces-inl.h 254 static_cast<void*>(this), live_byte_count_);
256 live_byte_count_ = 0;
264 static_cast<void*>(this), by, live_byte_count_, live_byte_count_ + by);
266 live_byte_count_ += by;
267 DCHECK_GE(live_byte_count_, 0);
268 DCHECK_LE(static_cast<size_t>(live_byte_count_), size_);
spaces.h 517 kLiveBytesOffset + kIntSize; // int live_byte_count_
610 DCHECK_LE(static_cast<unsigned>(live_byte_count_), size_);
611 DCHECK(!IsFlagSet(BLACK_PAGE) || live_byte_count_ == 0);
612 return live_byte_count_;
619 live_byte_count_ = live_bytes;
811 int live_byte_count_; member in class:v8::internal::MemoryChunk
    [all...]
spaces.cc 530 DCHECK(OFFSET_OF(MemoryChunk, live_byte_count_) == kLiveBytesOffset);
    [all...]

Completed in 73 milliseconds