Searched refs:last_pc_ (Results 1 – 2 of 2) sorted by relevance
346 RelocInfoWriter() : pos_(nullptr), last_pc_(nullptr) {} in RelocInfoWriter()349 byte* last_pc() const { return last_pc_; } in last_pc()357 last_pc_ = pc; in Reposition()376 byte* last_pc_; variable
146 DCHECK_GE(rinfo->pc() - reinterpret_cast<Address>(last_pc_), 0); in Write()149 static_cast<uint32_t>(rinfo->pc() - reinterpret_cast<Address>(last_pc_)); in Write()172 last_pc_ = reinterpret_cast<byte*>(rinfo->pc()); in Write()