Home
last modified time | relevance | path

Searched defs:WorkNode (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dmark_stack.h90 friend class WorkNode; variable
Dwork_manager.h50 explicit WorkNode(Stack *stack) : next_(nullptr), stack_(stack) {} in WorkNode() function