Home | History | Annotate | Download | only in src

Lines Matching refs:pos

107   int pos() const;
114 // pos_ < 0 bound label, pos() returns the jump target position
116 // pos_ > 0 linked label, pos() returns the last reference position
122 void bind_to(int pos) {
123 pos_ = -pos - 1;
126 void link_to(int pos, Distance distance = kFar) {
128 near_link_pos_ = pos + 1;
131 pos_ = pos + 1;
390 RelocInfoWriter(byte* pos, byte* pc) : pos_(pos),
395 byte* pos() const { return pos_; }
402 void Reposition(byte* pos, byte* pc) {
403 pos_ = pos;
770 // Set current position to pos.
771 void RecordPosition(int pos);
773 // Set current statement position to pos.
774 void RecordStatementPosition(int pos);