Home
last modified time | relevance | path

Searched refs:kYoungGenerationAllocatedThreshold (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dincremental-marking.h70 static const size_t kYoungGenerationAllocatedThreshold = 64 * KB; variable
Dincremental-marking.cc74 new_generation_observer_(*this, kYoungGenerationAllocatedThreshold), in IncrementalMarking()