Home | History | Annotate | Download | only in heap

Lines Matching refs:kAllocatedThreshold

36       new_generation_observer_(*this, kAllocatedThreshold),
37 old_generation_observer_(*this, kAllocatedThreshold) {}
1080 IncrementalMarking::kAllocatedThreshold);
1096 if (bytes_to_process >= IncrementalMarking::kAllocatedThreshold) {