Searched refs:GetStackLimit (Results 1 – 4 of 4) sorted by relevance
356 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()
527 …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()
377 uint64_t GetStackLimit() const in GetStackLimit() function
603 uint64_t GetStackLimit() const in GetStackLimit() function