Searched refs:last_pc_ (Results 1 – 2 of 2) sorted by relevance
702 RelocInfoWriter() : pos_(NULL), last_pc_(NULL), last_id_(0) {} in RelocInfoWriter()703 RelocInfoWriter(byte* pos, byte* pc) : pos_(pos), last_pc_(pc), last_id_(0) {} in RelocInfoWriter()706 byte* last_pc() const { return last_pc_; } in last_pc()714 last_pc_ = pc; in Reposition()736 byte* last_pc_; variable
465 DCHECK(rinfo->pc() - last_pc_ >= 0); in Write()467 uint32_t pc_delta = static_cast<uint32_t>(rinfo->pc() - last_pc_); in Write()503 last_pc_ = rinfo->pc(); in Write()