Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dincremental-marking.h210 bool IsBelowActivationThresholds() const;
Dincremental-marking.cc122 bool IncrementalMarking::IsBelowActivationThresholds() const { in IsBelowActivationThresholds() function in v8::internal::IncrementalMarking
Dheap.cc5562 if (incremental_marking()->IsBelowActivationThresholds()) { in IncrementalMarkingLimitReached()