Searched refs:IncrementLiveBytes (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/heap/ |
D | mark-compact.h | 256 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
|
D | spaces.cc | 197 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()
|
D | marking-visitor.h | 75 static_cast<ConcreteState*>(this)->IncrementLiveBytes( in GreyToBlack()
|
D | concurrent-marking.cc | 48 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()
|
D | incremental-marking.cc | 622 marking_state()->IncrementLiveBytes(memory_chunk, live_bytes); in Stop()
|
D | mark-compact.cc | 4748 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()
|