Searched refs:kAllocatedThreshold (Results 1 – 4 of 4) sorted by relevance
97 static const intptr_t kAllocatedThreshold = 65536; variable
496 heap_->new_space()->LowerInlineAllocationLimit(kAllocatedThreshold); in Start()780 if (allocated_ < kAllocatedThreshold) return; in Step()
2008 const int kThreshold = IncrementalMarking::kAllocatedThreshold; in Allocate()
4854 intptr_t step_size = size_factor * IncrementalMarking::kAllocatedThreshold; in IdleNotification()