Searched refs:GetCurrentStackPosition (Results 1 – 3 of 3) sorted by relevance
98 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()
731 static uintptr_t GetCurrentStackPosition() in GetCurrentStackPosition() function
1652 if (UNLIKELY(thread_->GetCurrentStackPosition() < thread_->GetStackLimit())) { in DoParserStackOverflowCheck()1653 LOG_ECMA(ERROR) << "Stack overflow! current:" << thread_->GetCurrentStackPosition() << in DoParserStackOverflowCheck()