Home
last modified time | relevance | path

Searched refs:IsCollectionRequested (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dlocal-heap.cc186 current_state.IsCollectionRequested()); in ParkSlowPath()
191 if (old_state.IsCollectionRequested()) in ParkSlowPath()
196 if (current_state.IsCollectionRequested()) { in ParkSlowPath()
214 DCHECK(!current_state.IsCollectionRequested()); in ParkSlowPath()
219 CHECK(!old_state.IsCollectionRequested()); in ParkSlowPath()
238 current_state.IsCollectionRequested()); in UnparkSlowPath()
245 if (current_state.IsCollectionRequested()) { in UnparkSlowPath()
260 DCHECK(!current_state.IsCollectionRequested()); in UnparkSlowPath()
293 current_state.IsCollectionRequested()); in SafepointSlowPath()
299 if (current_state.IsCollectionRequested()) { in SafepointSlowPath()
[all …]
Dsafepoint.cc147 CHECK_IMPLIES(old_state.IsCollectionRequested(), in SetSafepointRequestedFlags()
196 CHECK_IMPLIES(old_state.IsCollectionRequested(), in ClearSafepointRequestedFlags()
Dlocal-heap.h199 constexpr bool IsCollectionRequested() const { in IsCollectionRequested() function