Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dcollection-barrier.h28 bool WasGCRequested();
Dcollection-barrier.cc20 bool CollectionBarrier::WasGCRequested() { in WasGCRequested() function in v8::internal::CollectionBarrier
Dheap.cc2175 return collection_barrier_->WasGCRequested(); in CollectionRequested()