Searched refs:NotifyPark (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/heap/ | ||
D | safepoint.h | 66 void NotifyPark(); |
D | safepoint.cc | 205 void IsolateSafepoint::NotifyPark() { barrier_.NotifyPark(); } in NotifyPark() function in v8::internal::IsolateSafepoint |
D | local-heap.cc | 190 heap_->safepoint()->NotifyPark(); in ParkSlowPath() |