Searched refs:kAllocatedThreshold (Results 1 – 3 of 3) sorted by relevance
121 static const intptr_t kAllocatedThreshold = 65536; variable
29 observer_(*this, kAllocatedThreshold), in IncrementalMarking()1144 if (marking == DO_NOT_FORCE_MARKING && allocated_ < kAllocatedThreshold && in Step()
2652 const int kThreshold = IncrementalMarking::kAllocatedThreshold; in AllocateChunk()