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/
mark-compact.h 361 chunk->live_byte_count_ += by;
365 return chunk->live_byte_count_;
369 chunk->live_byte_count_ = value;
381 chunk->live_byte_count_ += by;
385 return chunk->live_byte_count_;
389 chunk->live_byte_count_ = value;
402 chunk->live_byte_count_ += by;
406 return chunk->live_byte_count_;
410 chunk->live_byte_count_ = value;
    [all...]
spaces.h 370 + kIntptrSize // std::atomic<intptr_t> live_byte_count_
682 std::atomic<intptr_t> live_byte_count_; member in class:v8::internal::MemoryChunk
    [all...]

Completed in 60 milliseconds