Home
last modified time | relevance | path

Searched defs:stackStart (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_executor.cpp273 …uint8_t *stackStart = reinterpret_cast<uint8_t *>(state->captureResultList) + sizeof(CaptureState)… in PushRegExpState() local
299 uint8_t *stackStart = reinterpret_cast<uint8_t *>(state->captureResultList) + listSize; in PopRegExpState() local
/arkcompiler/ets_runtime/ecmascript/
Decma_context.h536 void SetStackStart(uint64_t stackStart) in SetStackStart()