Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp356 if (UNLIKELY(GetCurrentStackPosition() < GetStackLimit())) { in DoStackLimitCheck()
358 …(ERROR) << "Stack overflow! current:" << GetCurrentStackPosition() << " limit:" << GetStackLimit(); in DoStackLimitCheck()
566 uint64_t bottom = GetStackLimit() - EcmaParamConfiguration::GetDefaultReservedStackSize(); in IsLegalAsmSp()
635 currentContext_->SetStackLimit(GetStackLimit()); in SwitchCurrentContext()
644 glueData_.stackLimit_ = currentContext->GetStackLimit(); in SwitchCurrentContext()
Djs_proxy.cpp527 …ead->IsAsmInterpreter() && UNLIKELY(thread->GetCurrentStackPosition() < thread->GetStackLimit())) { in GetProperty()
529 << " limit:" << thread->GetStackLimit(); in GetProperty()
613 …ead->IsAsmInterpreter() && UNLIKELY(thread->GetCurrentStackPosition() < thread->GetStackLimit())) { in SetProperty()
615 << " limit:" << thread->GetStackLimit(); in SetProperty()
Decma_context.h377 uint64_t GetStackLimit() const in GetStackLimit() function
Djs_thread.h603 uint64_t GetStackLimit() const in GetStackLimit() function