Home
last modified time | relevance | path

Searched refs:GetStackLimit (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp373 if (UNLIKELY(GetCurrentStackPosition() < GetStackLimit())) { in DoStackLimitCheck()
375 …(ERROR) << "Stack overflow! current:" << GetCurrentStackPosition() << " limit:" << GetStackLimit(); in DoStackLimitCheck()
669 uint64_t bottom = GetStackLimit() - EcmaParamConfiguration::GetDefaultReservedStackSize(); in IsLegalAsmSp()
736 glueData_.currentContext_->SetStackLimit(GetStackLimit()); in SwitchCurrentContext()
745 glueData_.stackLimit_ = currentContext->GetStackLimit(); in SwitchCurrentContext()
Decma_context.h438 uint64_t GetStackLimit() const in GetStackLimit() function
Djs_thread.h641 uint64_t GetStackLimit() const in GetStackLimit() function
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.cpp1510 if (UNLIKELY(thread_->GetCurrentStackPosition() < thread_->GetStackLimit())) { in DoParserStackOverflowCheck()
1512 " limit:" << thread_->GetStackLimit(); in DoParserStackOverflowCheck()