Searched refs:GetCurrentStackPosition (Results 1 – 3 of 3) sorted by relevance
67 jsThread->glueData_.stackStart_ = GetCurrentStackPosition(); in Create()373 if (UNLIKELY(GetCurrentStackPosition() < GetStackLimit())) { in DoStackLimitCheck()375 …LOG_ECMA(ERROR) << "Stack overflow! current:" << GetCurrentStackPosition() << " limit:" << GetStac… in DoStackLimitCheck()608 size_t result = GetCurrentStackPosition() - EcmaParamConfiguration::GetDefalutStackSize(); in GetAsmStackLimit()651 … << reinterpret_cast<void *>(threadStackStart - GetCurrentStackPosition()); in GetAsmStackLimit()717 context->SetStackStart(GetCurrentStackPosition()); in PushContext()
615 static uintptr_t GetCurrentStackPosition() in GetCurrentStackPosition() function
1510 if (UNLIKELY(thread_->GetCurrentStackPosition() < thread_->GetStackLimit())) { in DoParserStackOverflowCheck()1511 LOG_ECMA(ERROR) << "Stack overflow! current:" << thread_->GetCurrentStackPosition() << in DoParserStackOverflowCheck()