Home | History | Annotate | Download | only in src

Lines Matching refs:last_pc_

316   ASSERT(rinfo->pc() - last_pc_ >= 0);
320 uint32_t pc_delta = static_cast<uint32_t>(rinfo->pc() - last_pc_);
372 last_pc_ = rinfo->pc();