Searched defs:live_bytes (Results 1 – 6 of 6) sorted by relevance
35 intptr_t live_bytes; member
260 intptr_t live_bytes(MemoryChunk* chunk) const { in live_bytes() function284 intptr_t live_bytes(MemoryChunk* chunk) const { in live_bytes() function310 intptr_t live_bytes(MemoryChunk* chunk) const { in live_bytes() function347 intptr_t live_bytes(MemoryChunk* chunk) const { in live_bytes() function
328 Page* page, size_t live_bytes, FreeListRebuildingMode free_list_mode) { in ClearMarkBitsAndHandleLivenessStatistics()368 size_t live_bytes = 0; in RawSweep() local
776 size_t live_bytes = pages[i].first; in CollectEvacuationCandidates() local3060 void FullEvacuator::RawEvacuatePage(MemoryChunk* chunk, intptr_t* live_bytes) { in RawEvacuatePage()3165 MigrationObserver* migration_observer, const intptr_t live_bytes) { in CreateAndExecuteEvacuationTasks()3207 bool MarkCompactCollectorBase::ShouldMovePage(Page* p, intptr_t live_bytes, in ShouldMovePage()3219 intptr_t live_bytes = 0; in EvacuatePagesInParallel() local5026 size_t live_bytes = 0; in TraceFragmentation() local5145 intptr_t* live_bytes) { in RawEvacuatePage()5204 intptr_t live_bytes = 0; in EvacuatePagesInParallel() local
619 intptr_t live_bytes = pair.second; in Stop() local
26 int64 live_bytes = 4; field