Lines Matching refs:pos_
297 INLINE(void Unuse()) { pos_ = 0; } in INLINE()
300 INLINE(bool is_bound() const) { return pos_ < 0; } in INLINE()
301 INLINE(bool is_unused() const) { return pos_ == 0 && near_link_pos_ == 0; } in INLINE()
302 INLINE(bool is_linked() const) { return pos_ > 0; } in INLINE()
317 int pos_;
323 pos_ = -pos - 1; in bind_to()
331 pos_ = pos + 1;
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()
705 byte* pos() const { return pos_; } in pos()
713 pos_ = pos; in Reposition()
735 byte* pos_; variable
775 void Advance(int bytes = 1) { pos_ -= bytes; }
797 byte* pos_; variable