Searched refs:IsGCWithoutStack (Results 1 – 3 of 3) sorted by relevance
660 bool IsGCWithoutStack() const;
558 (mode == StartCompactionMode::kAtomic && !heap()->IsGCWithoutStack() && in StartCompaction()571 (heap()->IsGCWithoutStack() || FLAG_compact_code_space_with_stack)) { in StartCompaction()3938 if (!heap()->IsGCWithoutStack()) { in EvacuatePagesInParallel()
501 bool Heap::IsGCWithoutStack() const { in IsGCWithoutStack() function in v8::internal::Heap