Lines Matching defs:bp
28 void BufferedStackTrace::UnwindFast(uptr pc, uptr bp, uptr stack_top,
49 while (next_bp != bp && IsAligned(next_bp, sizeof(uhwptr)) && i++ < 8) {
53 if (next_bp == bp)
54 bp = prev_bp;
59 while (IsValidFrame(bp, stack_top, bottom) && IsAligned(bp, sizeof(uhwptr)) &&
63 uhwptr pc1 = GetNextInstructionPc(((uhwptr *)bp)[15]);
71 bottom = bp;
72 bp = (uptr)((uhwptr *)bp)[14] + STACK_BIAS;