Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.cpp360 void RegExpExecutor::ReAllocStack(uint32_t stackLen) in ReAllocStack() argument
362 if (stackLen > stateStackSize_) { in ReAllocStack()
Dregexp_executor.h665 void ReAllocStack(uint32_t stackLen);