Searched defs:IsRunning (Results 1 – 2 of 2) sorted by relevance
168 bool LocalHeap::IsRunning() { in IsRunning() function in v8::internal::LocalHeap
183 constexpr bool IsRunning() const { return !ParkedBit::decode(raw_state_); } in IsRunning() function