Searched refs:last_pc_ (Results 1 – 2 of 2) sorted by relevance
669 last_pc_(NULL), in RelocInfoWriter()678 last_pc_(pc), in RelocInfoWriter()687 byte* last_pc() const { return last_pc_; } in last_pc()695 last_pc_ = pc; in Reposition()722 byte* last_pc_; variable
460 DCHECK(rinfo->pc() - last_pc_ >= 0); in Write()462 uint32_t pc_delta = static_cast<uint32_t>(rinfo->pc() - last_pc_); in Write()515 last_pc_ = rinfo->pc(); in Write()