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

  /external/chromium_org/v8/src/
spaces.h 476 static_cast<void*>(this), live_byte_count_);
478 live_byte_count_ = 0;
483 static_cast<void*>(this), live_byte_count_,
485 live_byte_count_ + by);
487 live_byte_count_ += by;
488 ASSERT_LE(static_cast<unsigned>(live_byte_count_), size_);
491 ASSERT(static_cast<unsigned>(live_byte_count_) <= size_);
492 return live_byte_count_;
693 int live_byte_count_; member in class:v8::internal::MemoryChunk
    [all...]