Home
last modified time | relevance | path

Searched refs:GetCurrentStackPosition (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp63 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()
Djs_proxy.cpp527 …if (thread->IsAsmInterpreter() && UNLIKELY(thread->GetCurrentStackPosition() < thread->GetStackLim… in GetProperty()
528 LOG_ECMA(ERROR) << "Stack overflow! current:" << thread->GetCurrentStackPosition() in GetProperty()
Djs_thread.h573 static uintptr_t GetCurrentStackPosition() in GetCurrentStackPosition() function