Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dheap.h660 bool IsGCWithoutStack() const;
Dmark-compact.cc558 (mode == StartCompactionMode::kAtomic && !heap()->IsGCWithoutStack() && in StartCompaction()
571 (heap()->IsGCWithoutStack() || FLAG_compact_code_space_with_stack)) { in StartCompaction()
3938 if (!heap()->IsGCWithoutStack()) { in EvacuatePagesInParallel()
Dheap.cc501 bool Heap::IsGCWithoutStack() const { in IsGCWithoutStack() function in v8::internal::Heap