Searched defs:live_bytes (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/heap/ |
H A D | concurrent-marking.h | 34 intptr_t live_bytes; member
|
H A D | sweeper.cc | 363 size_t live_bytes = 0; in RawSweep() local 314 ClearMarkBitsAndHandleLivenessStatistics( Page* page, size_t live_bytes, FreeListRebuildingMode free_list_mode) ClearMarkBitsAndHandleLivenessStatistics() argument [all...] |
H A D | incremental-marking.cc | 610 intptr_t live_bytes = pair.second; in Stop() local
|
H A D | mark-compact.h | 260 intptr_t live_bytes(MemoryChunk* chunk) const { in live_bytes() function in v8::internal::final 287 intptr_t live_bytes(MemoryChunk* chunk) const { in live_bytes() function in v8::internal::final 316 intptr_t live_bytes(MemoryChunk* chunk) const { in live_bytes() function in v8::internal::final 359 intptr_t live_bytes(MemoryChunk* chunk) const { in live_bytes() function in v8::internal::final
|
H A D | mark-compact.cc | 914 size_t live_bytes = pages[i].first; in CollectEvacuationCandidates() local 3748 RawEvacuatePage(MemoryChunk* chunk, intptr_t* live_bytes) RawEvacuatePage() argument 3755 EvacuationModeName(evacuation_mode), "live_bytes", *live_bytes); RawEvacuatePage() local 3887 ShouldMovePage( Page* p, intptr_t live_bytes, AlwaysPromoteYoung always_promote_young) ShouldMovePage() argument 3900 TraceEvacuation(Isolate* isolate, size_t pages_count, size_t wanted_num_tasks, size_t live_bytes, size_t aborted_pages) TraceEvacuation() argument 3920 intptr_t live_bytes = 0; EvacuatePagesInParallel() local 3993 TraceEvacuation(isolate(), pages_count, wanted_num_tasks, live_bytes, EvacuatePagesInParallel() local 5820 size_t live_bytes = 0; TraceFragmentation() local 5863 allocatable_bytes, live_bytes, free_bytes_of_class[0], TraceFragmentation() local 5935 RawEvacuatePage(MemoryChunk* chunk, intptr_t* live_bytes) RawEvacuatePage() argument 5992 intptr_t live_bytes = 0; EvacuatePagesInParallel() local 6033 TraceEvacuation(isolate(), pages_count, wanted_num_tasks, live_bytes, 0); EvacuatePagesInParallel() local [all...] |
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | sweeper.cc | 301 size_t live_bytes = 0; in SweepNormalPage() local
|
Completed in 14 milliseconds