Home
last modified time | relevance | path

Searched defs:live_bytes (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dconcurrent-marking.h34 intptr_t live_bytes; member
Dmark-compact.h260 intptr_t live_bytes(MemoryChunk* chunk) const { in live_bytes() function
287 intptr_t live_bytes(MemoryChunk* chunk) const { in live_bytes() function
316 intptr_t live_bytes(MemoryChunk* chunk) const { in live_bytes() function
359 intptr_t live_bytes(MemoryChunk* chunk) const { in live_bytes() function
Dsweeper.cc315 Page* page, size_t live_bytes, FreeListRebuildingMode free_list_mode) { in ClearMarkBitsAndHandleLivenessStatistics()
363 size_t live_bytes = 0; in RawSweep() local
Dincremental-marking.cc610 intptr_t live_bytes = pair.second; in Stop() local
Dmark-compact.cc914 size_t live_bytes = pages[i].first; in CollectEvacuationCandidates() local
3747 void FullEvacuator::RawEvacuatePage(MemoryChunk* chunk, intptr_t* live_bytes) { in RawEvacuatePage()
3887 Page* p, intptr_t live_bytes, AlwaysPromoteYoung always_promote_young) { in ShouldMovePage()
3900 size_t wanted_num_tasks, size_t live_bytes, in TraceEvacuation()
3919 intptr_t live_bytes = 0; in EvacuatePagesInParallel() local
5819 size_t live_bytes = 0; in TraceFragmentation() local
5935 intptr_t* live_bytes) { in RawEvacuatePage()
5991 intptr_t live_bytes = 0; in EvacuatePagesInParallel() local
/third_party/node/deps/v8/src/heap/cppgc/
Dsweeper.cc301 size_t live_bytes = 0; in SweepNormalPage() local