Home | History | Annotate | Download | only in heap

Lines Matching refs:prev_pc

2669   const byte* prev_pc = it->rinfo()->pc();
2679 flat_delta += static_cast<int>(it->rinfo()->pc() - prev_pc);
2684 prev_pc = it->rinfo()->pc();
2704 const byte* prev_pc = code->instruction_start();
2707 delta += static_cast<int>(it.rinfo()->pc() - prev_pc);
2709 prev_pc = it.rinfo()->pc();
2714 DCHECK(code->instruction_start() <= prev_pc &&
2715 prev_pc <= code->instruction_end());
2716 delta += static_cast<int>(code->instruction_end() - prev_pc);