Searched defs:IsParked (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/heap/ | ||
H A D | local-heap.cc | 161 bool LocalHeap::IsParked() { in IsParked() function in v8::internal::LocalHeap |
H A D | local-heap.h | 189 constexpr bool IsParked() const { return ParkedBit::decode(raw_state_); } in IsParked() function in v8::internal::LocalHeap::final |
Completed in 2 milliseconds