Lines Matching defs:sp
28 FrameIterator::FrameIterator(JSTaggedType *sp, const JSThread *thread) : current_(sp), thread_(thre… in FrameIterator()
467 const JSTaggedType *sp = it.GetSp(); in ComputePrevFrameSp() local
550 auto sp = it.GetSp(); in GCIterate() local
579 auto sp = it.GetSp(); in GCIterate() local
595 const JSTaggedType *sp = it.GetSp(); in GCIterate() local
609 const JSTaggedType *sp = it.GetSp(); in GCIterate() local
624 const JSTaggedType *sp = it.GetSp(); in GCIterate() local
638 const JSTaggedType *sp = it.GetSp(); in GCIterate() local
651 const JSTaggedType *sp = it.GetSp(); in GCIterate() local
670 const JSTaggedType* sp = it.GetSp(); in GCIterate() local
796 bool StepArkManagedNativeFrame(int pid, uintptr_t *pc, uintptr_t *fp, uintptr_t *sp, in StepArkManagedNativeFrame()
842 int pid, uintptr_t *pc, uintptr_t *fp, uintptr_t *sp, char *buf, size_t buf_sz) in step_ark_managed_native_frame()