Home
last modified time | relevance | path

Searched refs:IncrementLiveBytes (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dmark-compact.h256 void IncrementLiveBytes(MemoryChunk* chunk, intptr_t by) { in IncrementLiveBytes() function
282 void IncrementLiveBytes(MemoryChunk* chunk, intptr_t by) { in IncrementLiveBytes() function
312 void IncrementLiveBytes(MemoryChunk* chunk, intptr_t by) { in IncrementLiveBytes() function
338 void IncrementLiveBytes(MemoryChunk* chunk, intptr_t by) { in IncrementLiveBytes() function
355 void IncrementLiveBytes(MemoryChunk* chunk, intptr_t by) { in IncrementLiveBytes() function
Dconcurrent-marking.cc53 void IncrementLiveBytes(MemoryChunk* chunk, intptr_t by) { in IncrementLiveBytes() function in v8::internal::ConcurrentMarkingState
277 marking_state_.IncrementLiveBytes(MemoryChunk::FromHeapObject(object), in VisitLeftTrimmableArray()
662 marking_state->IncrementLiveBytes(memory_chunk, data.live_bytes); in FlushMemoryChunkData()
Dspaces.cc181 marking_state->IncrementLiveBytes(this, static_cast<intptr_t>(end - start)); in CreateBlackArea()
206 marking_state->IncrementLiveBytes(this, -static_cast<intptr_t>(end - start)); in DestroyBlackArea()
Dmarking-visitor.h96 static_cast<ConcreteState*>(this)->IncrementLiveBytes( in GreyToBlack()
Dincremental-marking.cc612 marking_state()->IncrementLiveBytes(memory_chunk, live_bytes); in Stop()
Dmark-compact.cc5554 IncrementLiveBytes(heap_object, size); in MarkObject()
5562 IncrementLiveBytes(object, size); in EmptyMarkingWorklist()
5566 void IncrementLiveBytes(HeapObject object, intptr_t bytes) { in IncrementLiveBytes() function in v8::internal::YoungGenerationMarkingTask
5572 marking_state_->IncrementLiveBytes(pair.first, pair.second); in FlushLiveBytes()