Home
last modified time | relevance | path

Searched refs:STACK_AREA_SIZE (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dwork_manager.h27 static constexpr uint32_t STACK_AREA_SIZE = sizeof(uintptr_t) * MARKSTACK_MAX_SIZE; variable
Dwork_manager.cpp168 size_t totalSize = sizeof(WorkNode) + sizeof(Stack) + STACK_AREA_SIZE; in AllocateWorkNode()