Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp98 jsThread->glueData_.stackStart_ = GetCurrentStackPosition(); in Create()
539 if (UNLIKELY(!IsCrossThreadExecutionEnable() && GetCurrentStackPosition() < GetStackLimit())) { in DoStackLimitCheck()
541 …LOG_ECMA(ERROR) << "Stack overflow! current:" << GetCurrentStackPosition() << " limit:" << GetStac… in DoStackLimitCheck()
846 size_t result = GetCurrentStackPosition() - EcmaParamConfiguration::GetDefalutStackSize(); in GetAsmStackLimit()
908 … << reinterpret_cast<void *>(threadStackStart - GetCurrentStackPosition()); in GetAsmStackLimit()
974 context->SetStackStart(GetCurrentStackPosition()); in PushContext()
Djs_thread.h731 static uintptr_t GetCurrentStackPosition() in GetCurrentStackPosition() function
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.cpp1652 if (UNLIKELY(thread_->GetCurrentStackPosition() < thread_->GetStackLimit())) { in DoParserStackOverflowCheck()
1653 LOG_ECMA(ERROR) << "Stack overflow! current:" << thread_->GetCurrentStackPosition() << in DoParserStackOverflowCheck()