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