Lines Matching defs:sp
28 FrameIterator::FrameIterator(JSTaggedType *sp, const JSThread *thread) : current_(sp), thread_(thre… in FrameIterator()
456 const JSTaggedType *sp = it.GetSp(); in ComputePrevFrameSp() local
539 auto sp = it.GetSp(); in GCIterate() local
568 auto sp = it.GetSp(); in GCIterate() local
584 const JSTaggedType *sp = it.GetSp(); in GCIterate() local
598 const JSTaggedType *sp = it.GetSp(); in GCIterate() local
613 const JSTaggedType *sp = it.GetSp(); in GCIterate() local
627 const JSTaggedType *sp = it.GetSp(); in GCIterate() local
640 const JSTaggedType *sp = it.GetSp(); in GCIterate() local
659 const JSTaggedType* sp = it.GetSp(); in GCIterate() local
781 bool StepArkManagedNativeFrame(int pid, uintptr_t *pc, uintptr_t *fp, uintptr_t *sp, in StepArkManagedNativeFrame()
819 int pid, uintptr_t *pc, uintptr_t *fp, uintptr_t *sp, char *buf, size_t buf_sz) in step_ark_managed_native_frame()