Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmark-compact.h256 void IncrementLiveBytes(MemoryChunk* chunk, intptr_t by) { in IncrementLiveBytes() function
279 void IncrementLiveBytes(MemoryChunk* chunk, intptr_t by) { in IncrementLiveBytes() function
306 void IncrementLiveBytes(MemoryChunk* chunk, intptr_t by) { in IncrementLiveBytes() function
329 void IncrementLiveBytes(MemoryChunk* chunk, intptr_t by) { in IncrementLiveBytes() function
343 void IncrementLiveBytes(MemoryChunk* chunk, intptr_t by) { in IncrementLiveBytes() function
Dspaces.cc197 marking_state->IncrementLiveBytes(this, static_cast<intptr_t>(end - start)); in CreateBlackArea()
222 marking_state->IncrementLiveBytes(this, -static_cast<intptr_t>(end - start)); in DestroyBlackArea()
Dmarking-visitor.h75 static_cast<ConcreteState*>(this)->IncrementLiveBytes( in GreyToBlack()
Dconcurrent-marking.cc48 void IncrementLiveBytes(MemoryChunk* chunk, intptr_t by) { in IncrementLiveBytes() function in v8::internal::ConcurrentMarkingState
601 marking_state->IncrementLiveBytes(memory_chunk, data.live_bytes); in FlushMemoryChunkData()
Dincremental-marking.cc622 marking_state()->IncrementLiveBytes(memory_chunk, live_bytes); in Stop()
Dmark-compact.cc4748 IncrementLiveBytes(heap_object, size); in MarkObject()
4756 IncrementLiveBytes(object, size); in EmptyMarkingWorklist()
4760 void IncrementLiveBytes(HeapObject object, intptr_t bytes) { in IncrementLiveBytes() function in v8::internal::YoungGenerationMarkingTask
4766 marking_state_->IncrementLiveBytes(pair.first, pair.second); in FlushLiveBytes()