Searched defs:last_pc_ (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dassembler.h647 RelocInfoWriter() : pos_(NULL), last_pc_(NULL), last_id_(0) {}
648 RelocInfoWriter(byte* pos, byte* pc) : pos_(pos), last_pc_(pc), last_id_(0) {}
651 byte* last_pc() const { return last_pc_; }
659 last_pc_ = pc;
681 byte* last_pc_; member in class:v8::internal::BASE_EMBEDDED

Completed in 91 milliseconds