Home
last modified time | relevance | path

Searched defs:IsStopped (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dincremental-marking.h113 inline bool IsStopped() const { return state() == STOPPED; } in IsStopped() function
Dconcurrent-marking.cc637 bool ConcurrentMarking::IsStopped() { in IsStopped() function in v8::internal::ConcurrentMarking