Home
last modified time | relevance | path

Searched refs:stackStart (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.cpp305 uint8_t *stackStart = in PushRegExpState() local
310 if (memcpy_s(stackStart, stackSize, stack_, stackSize) != EOK) { in PushRegExpState()
333 uint8_t *stackStart = reinterpret_cast<uint8_t *>(state->captureResultList_) + listSize; in PopRegExpState() local
336 if (memcpy_s(stack_, stackSize, stackStart, stackSize) != EOK) { in PopRegExpState()
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_executor.cpp271 …uint8_t *stackStart = reinterpret_cast<uint8_t *>(state->captureResultList) + sizeof(CaptureState)… in PushRegExpState() local
274 if (memcpy_s(stackStart, stackSize, stack_, stackSize) != EOK) { in PushRegExpState()
297 uint8_t *stackStart = reinterpret_cast<uint8_t *>(state->captureResultList) + listSize; in PopRegExpState() local
300 if (memcpy_s(stack_, stackSize, stackStart, stackSize) != EOK) { in PopRegExpState()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.h426 void SetStackStart(uint64_t stackStart) in SetStackStart() argument
428 stackStart_ = stackStart; in SetStackStart()