Home
last modified time | relevance | path

Searched defs:IncrementLiveBytes (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Dmark-compact.h317 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
Dmark-compact.cc4093 void IncrementLiveBytes(HeapObject* object, intptr_t bytes) { in IncrementLiveBytes() function in v8::internal::YoungGenerationMarkingTask