Home
last modified time | relevance | path

Searched refs:IsLegalThreadSp (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_thread.cpp925 bool JSThread::IsLegalThreadSp(uintptr_t sp) const in IsLegalThreadSp() function in panda::ecmascript::JSThread
935 return IsLegalAsmSp(sp) || IsLegalThreadSp(sp); in IsLegalSp()
H A Djs_thread.h735 bool IsLegalThreadSp(uintptr_t sp) const;

Completed in 4 milliseconds