Home | History | Annotate | Download | only in src

Lines Matching refs:last_pc_

413   DCHECK(rinfo->pc() - last_pc_ >= 0);
417 uint32_t pc_delta = static_cast<uint32_t>(rinfo->pc() - last_pc_);
474 last_pc_ = rinfo->pc();