Home | History | Annotate | Download | only in rtl

Lines Matching refs:uptr

31   StackTrace(uptr *buf, uptr cnt);
35 void Init(const uptr *pcs, uptr cnt);
36 void ObtainCurrent(ThreadState *thr, uptr toppc);
38 uptr Size() const;
39 uptr Get(uptr i) const;
40 const uptr *Begin() const;
44 uptr n_;
45 uptr *s_;
46 const uptr c_;