Searched refs:GetCurrentStackPosition (Results 1 – 3 of 3) sorted by relevance
63 jsThread->glueData_.stackStart_ = GetCurrentStackPosition(); in Create()484 size_t result = GetCurrentStackPosition() - EcmaParamConfiguration::GetDefalutStackSize(); in GetAsmStackLimit()527 … << reinterpret_cast<void *>(threadStackStart - GetCurrentStackPosition()); in GetAsmStackLimit()594 context->SetStackStart(GetCurrentStackPosition()); in PushContext()
527 …if (thread->IsAsmInterpreter() && UNLIKELY(thread->GetCurrentStackPosition() < thread->GetStackLim… in GetProperty()528 LOG_ECMA(ERROR) << "Stack overflow! current:" << thread->GetCurrentStackPosition() in GetProperty()
573 static uintptr_t GetCurrentStackPosition() in GetCurrentStackPosition() function