Searched defs:live_bytes (Results 1 – 6 of 6) sorted by relevance
321 intptr_t live_bytes(MemoryChunk* chunk) const { in live_bytes() function342 intptr_t live_bytes(MemoryChunk* chunk) const { in live_bytes() function364 intptr_t live_bytes(MemoryChunk* chunk) const { in live_bytes() function384 intptr_t live_bytes(MemoryChunk* chunk) const { in live_bytes() function405 intptr_t live_bytes(MemoryChunk* chunk) const { in live_bytes() function
100 LiveBytesMap live_bytes; member
33 explicit ConcurrentMarkingState(LiveBytesMap* live_bytes) in ConcurrentMarkingState()79 LiveBytesMap* live_bytes, in ConcurrentMarkingVisitor()750 LiveBytesMap& live_bytes = task_state_[i].live_bytes; in FlushLiveBytes() local
699 size_t live_bytes = pages[i].first; in CollectEvacuationCandidates() local2472 void FullEvacuator::RawEvacuatePage(Page* page, intptr_t* live_bytes) { in RawEvacuatePage()2555 MigrationObserver* migration_observer, const intptr_t live_bytes) { in CreateAndExecuteEvacuationTasks()2599 bool MarkCompactCollectorBase::ShouldMovePage(Page* p, intptr_t live_bytes) { in ShouldMovePage()2610 intptr_t live_bytes = 0; in EvacuatePagesInParallel() local4358 intptr_t* live_bytes) { in RawEvacuatePage()4422 intptr_t live_bytes = 0; in EvacuatePagesInParallel() local
264 intptr_t live_bytes = 0; in RawSweep() local
26 int64 live_bytes = 4; field