Searched refs:last_pc_ (Results 1 – 4 of 4) sorted by relevance
387 last_pc_(NULL), in RelocInfoWriter()391 last_pc_(pc), in RelocInfoWriter()396 byte* last_pc() const { return last_pc_; } in last_pc()404 last_pc_ = pc; in Reposition()424 byte* last_pc_; variable
316 ASSERT(rinfo->pc() - last_pc_ >= 0); in Write()320 uint32_t pc_delta = static_cast<uint32_t>(rinfo->pc() - last_pc_); in Write()372 last_pc_ = rinfo->pc(); in Write()
509 last_pc_(NULL), in RelocInfoWriter()513 last_pc_(pc), in RelocInfoWriter()518 byte* last_pc() const { return last_pc_; } in last_pc()526 last_pc_ = pc; in Reposition()547 byte* last_pc_; variable
429 ASSERT(rinfo->pc() - last_pc_ >= 0); in Write()433 uint32_t pc_delta = static_cast<uint32_t>(rinfo->pc() - last_pc_); in Write()488 last_pc_ = rinfo->pc(); in Write()