Lines Matching refs:pos
181 int pos() const;
188 // pos_ < 0 bound label, pos() returns the jump target position
190 // pos_ > 0 linked label, pos() returns the last reference position
196 void bind_to(int pos) {
197 pos_ = -pos - 1;
200 void link_to(int pos, Distance distance = kFar) {
202 near_link_pos_ = pos + 1;
205 pos_ = pos + 1;
512 RelocInfoWriter(byte* pos, byte* pc) : pos_(pos),
517 byte* pos() const { return pos_; }
524 void Reposition(byte* pos, byte* pc) {
525 pos_ = pos;
960 // Set current position to pos.
961 void RecordPosition(int pos);
963 // Set current statement position to pos.
964 void RecordStatementPosition(int pos);