Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp545 uint64_t bottom = GetStackLimit() - EcmaParamConfiguration::GetDefaultReservedStackSize(); in IsLegalAsmSp()
614 currentContext_->SetStackLimit(GetStackLimit()); in SwitchCurrentContext()
623 glueData_.stackLimit_ = currentContext->GetStackLimit(); in SwitchCurrentContext()
Decma_context.h377 uint64_t GetStackLimit() const in GetStackLimit() function
Djs_proxy.cpp527 …ead->IsAsmInterpreter() && UNLIKELY(thread->GetCurrentStackPosition() < thread->GetStackLimit())) { in GetProperty()
529 << " limit:" << thread->GetStackLimit(); in GetProperty()
Djs_thread.h599 uint64_t GetStackLimit() const in GetStackLimit() function