Searched defs:IsStopped (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/heap/ | ||
D | incremental-marking.h | 113 inline bool IsStopped() const { return state() == STOPPED; } in IsStopped() function |
D | concurrent-marking.cc | 637 bool ConcurrentMarking::IsStopped() { in IsStopped() function in v8::internal::ConcurrentMarking |