Searched refs:uhwptr (Results 1 – 2 of 2) sorted by relevance
134 uhwptr *frame = (uhwptr *)bp; in FastUnwindStack()135 uhwptr *prev_frame = frame - 1; in FastUnwindStack()138 frame < (uhwptr *)stack_top - 2 && in FastUnwindStack()139 frame > (uhwptr *)stack_bottom && in FastUnwindStack()141 uhwptr pc1 = frame[1]; in FastUnwindStack()146 frame = (uhwptr *)frame[0]; in FastUnwindStack()
55 typedef unsigned long long uhwptr; // NOLINT typedef57 typedef uptr uhwptr; // NOLINT typedef