Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dstack_info.cpp30 size_t stackStart; member
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_executor.cpp274 …uint8_t *stackStart = reinterpret_cast<uint8_t *>(state->captureResultList) + sizeof(CaptureState)… in PushRegExpState() local
300 uint8_t *stackStart = reinterpret_cast<uint8_t *>(state->captureResultList) + listSize; in PopRegExpState() local
/arkcompiler/ets_runtime/ecmascript/cross_vm/
Djsnapi_expo_hybrid.cpp62 size_t stackStart = thread->GetStackStart(); in GetStackInfo() local
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h106 size_t stackStart; member