Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/regexp/
Dregexp_executor.cpp671 stateStack_ + // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PushRegExpState()
734 if (stateStack_ != nullptr) { in ReAllocStack()
736 if (memcpy_s(newStack, stackSize, stateStack_, stackSize) != EOK) { in ReAllocStack()
740 stateStack_ = newStack; in ReAllocStack()
Dregexp_executor.h307 stateStack_ + // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PeekRegExpState()
366 uint8_t *stateStack_ = nullptr; variable