Searched refs:IncrementLiveBytes (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/heap/ |
D | mark-compact.h | 78 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
|
D | concurrent-marking.cc | 40 void IncrementLiveBytes(MemoryChunk* chunk, intptr_t by) { in IncrementLiveBytes() function in v8::internal::ConcurrentMarkingState 755 marking_state->IncrementLiveBytes(pair.first, pair.second); in FlushLiveBytes()
|
D | mark-compact.cc | 4072 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()
|
D | spaces.cc | 1060 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()
|