HomeSort by relevance Sort by last modified time
    Searched defs: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...]
  /external/chromium_org/v8/src/
spaces.h 477 static_cast<void*>(this), live_byte_count_);
479 live_byte_count_ = 0;
484 static_cast<void*>(this), live_byte_count_,
486 live_byte_count_ + by);
488 live_byte_count_ += by;
489 ASSERT_LE(static_cast<unsigned>(live_byte_count_), size_);
492 ASSERT(static_cast<unsigned>(live_byte_count_) <= size_);
493 return live_byte_count_;
694 int live_byte_count_; member in class:v8::internal::MemoryChunk
    [all...]

Completed in 227 milliseconds