Lines Matching defs:ContinuousStack
89 friend class ContinuousStack;
97 class ContinuousStack : public Stack {
99 ContinuousStack() = default;
100 ~ContinuousStack() override = default;
101 NO_COPY_SEMANTIC(ContinuousStack);
102 NO_MOVE_SEMANTIC(ContinuousStack);
104 inline void BeginMarking(ContinuousStack<T> *other)
112 inline void FinishMarking(ContinuousStack<T> *other)
167 using MarkStack = ContinuousStack<TaggedObject>;
168 using ProcessQueue = ContinuousStack<JSTaggedType>;