Home
last modified time | relevance | path

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

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

Completed in 8 milliseconds