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

  /external/v8/src/
spaces.h 452 static_cast<void*>(this), live_byte_count_);
454 live_byte_count_ = 0;
459 static_cast<void*>(this), live_byte_count_,
461 live_byte_count_ + by);
463 live_byte_count_ += by;
464 ASSERT_LE(static_cast<unsigned>(live_byte_count_), size_);
467 ASSERT(static_cast<unsigned>(live_byte_count_) <= size_);
468 return live_byte_count_;
625 int live_byte_count_; member in class:v8::internal::MemoryChunk
    [all...]
spaces.cc 456 ASSERT(OFFSET_OF(MemoryChunk, live_byte_count_) == kLiveBytesOffset);
    [all...]

Completed in 171 milliseconds