Searched refs:IsLegalThreadSp (Results 1 – 2 of 2) sorted by relevance
550 bool JSThread::IsLegalThreadSp(uintptr_t sp) const in IsLegalThreadSp() function in panda::ecmascript::JSThread560 return IsLegalAsmSp(sp) || IsLegalThreadSp(sp); in IsLegalSp()
580 bool IsLegalThreadSp(uintptr_t sp) const;