Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmark-compact.h78 static_cast<ConcreteState*>(this)->IncrementLiveBytes(p, obj->Size()); in GreyToBlack()
317 void IncrementLiveBytes(MemoryChunk* chunk, intptr_t by) { in IncrementLiveBytes() function
338 void IncrementLiveBytes(MemoryChunk* chunk, intptr_t by) { in IncrementLiveBytes() function
360 void IncrementLiveBytes(MemoryChunk* chunk, intptr_t by) { in IncrementLiveBytes() function
380 void IncrementLiveBytes(MemoryChunk* chunk, intptr_t by) { in IncrementLiveBytes() function
401 void IncrementLiveBytes(MemoryChunk* chunk, intptr_t by) { in IncrementLiveBytes() function
Dconcurrent-marking.cc40 void IncrementLiveBytes(MemoryChunk* chunk, intptr_t by) { in IncrementLiveBytes() function in v8::internal::ConcurrentMarkingState
755 marking_state->IncrementLiveBytes(pair.first, pair.second); in FlushLiveBytes()
Dmark-compact.cc4072 IncrementLiveBytes(heap_object, size); in MarkObject()
4081 IncrementLiveBytes(object, size); in EmptyLocalMarkingWorklist()
4089 IncrementLiveBytes(object, size); in EmptyMarkingWorklist()
4093 void IncrementLiveBytes(HeapObject* object, intptr_t bytes) { in IncrementLiveBytes() function in v8::internal::YoungGenerationMarkingTask
4100 marking_state_->IncrementLiveBytes(pair.first, pair.second); in FlushLiveBytes()
Dspaces.cc1060 marking_state->IncrementLiveBytes(this, static_cast<intptr_t>(end - start)); in AllocateChunk()
1072 marking_state->IncrementLiveBytes(this, -static_cast<intptr_t>(end - start)); in AllocateChunk()
1854 marking_state->IncrementLiveBytes( in AllocateChunk()