Home
last modified time | relevance | path

Searched defs:newStackSize (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/
H A Dpatch_return_handler_stack_adjustment.cpp102 auto newStackSize = oldStackSize + stackSize; variable
/arkcompiler/ets_runtime/ecmascript/regexp/
H A Dregexp_executor.cpp360 uint32_t newStackSize = std::max(stateStackSize_ * 2, MIN_STACK_SIZE); // 2: double the size in ReAllocStack() local
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
H A Dregexp_executor.cpp317 uint32_t newStackSize = std::max(stateStackSize_ * 2, MIN_STACK_SIZE); // 2: double the size in ReAllocStack() local

Completed in 3 milliseconds