Home
last modified time | relevance | path

Searched refs:ContinuousStack (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmark_stack.h89 friend class ContinuousStack;
97 class ContinuousStack : public Stack { class
99 ContinuousStack() = default;
100 ~ContinuousStack() override = default;
101 NO_COPY_SEMANTIC(ContinuousStack);
102 NO_MOVE_SEMANTIC(ContinuousStack);
104 inline void BeginMarking(ContinuousStack<T> *other) in BeginMarking()
112 inline void FinishMarking(ContinuousStack<T> *other) in FinishMarking()
167 using MarkStack = ContinuousStack<TaggedObject>;
168 using ProcessQueue = ContinuousStack<JSTaggedTyp
[all...]
H A Dwork_manager.h259 std::array<ContinuousStack<JSTaggedType> *, MAX_TASKPOOL_THREAD_NUM + 1> continuousQueue_;
326 std::array<ContinuousStack<JSTaggedType> *, MAX_TASKPOOL_THREAD_NUM + 1> continuousQueue_;

Completed in 2 milliseconds