Home
last modified time | relevance | path

Searched refs:IncrementLiveBytesBackground (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dspaces.cc193 heap()->incremental_marking()->IncrementLiveBytesBackground( in CreateBlackAreaBackground()
218 heap()->incremental_marking()->IncrementLiveBytesBackground( in DestroyBlackAreaBackground()
Dincremental-marking.h212 void IncrementLiveBytesBackground(MemoryChunk* chunk, intptr_t by) { in IncrementLiveBytesBackground() function
Dincremental-marking.cc78 IncrementLiveBytesBackground(chunk, static_cast<intptr_t>(object_size)); in MarkBlackBackground()