Home
last modified time | relevance | path

Searched refs:last_pc_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dassembler.h619 last_pc_(NULL), in RelocInfoWriter()
623 last_pc_(pc), in RelocInfoWriter()
628 byte* last_pc() const { return last_pc_; } in last_pc()
636 last_pc_ = pc; in Reposition()
657 byte* last_pc_; variable
Dassembler.cc413 DCHECK(rinfo->pc() - last_pc_ >= 0); in Write()
417 uint32_t pc_delta = static_cast<uint32_t>(rinfo->pc() - last_pc_); in Write()
474 last_pc_ = rinfo->pc(); in Write()