Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp892 uintptr_t threadStackStart = threadStackLimit + size; in GetAsmStackLimit() local
905 threadStackLimit = threadStackStart - rl.rlim_cur; in GetAsmStackLimit()
912 …INTERPRETER(DEBUG) << "Current thread stack start: " << reinterpret_cast<void *>(threadStackStart); in GetAsmStackLimit()
914 … << reinterpret_cast<void *>(threadStackStart - GetCurrentStackPosition()); in GetAsmStackLimit()
921 if (threadStackStart <= result) { in GetAsmStackLimit()