Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.cpp318 uint8_t *stackStart = in PushRegExpState() local
346 uint8_t *stackStart = reinterpret_cast<uint8_t *>(state->captureResultList_) + listSize; in PopRegExpState() local
/arkcompiler/ets_runtime/ecmascript/
Decma_context.h365 void SetStackStart(uint64_t stackStart) in SetStackStart()