Lines Matching defs:pos
2026 return pc_offset() - label->pos();
2054 return pc_ >= reloc_info_writer.pos() - kGap;
2059 return static_cast<int>(reloc_info_writer.pos() - pc_);
2067 byte byte_at(int pos) { return buffer_start_[pos]; }
2068 void set_byte_at(int pos, byte value) { buffer_start_[pos] = value; }
2079 Address addr_at(int pos) {
2080 return reinterpret_cast<Address>(buffer_start_ + pos);
2082 uint32_t long_at(int pos) {
2083 return ReadUnalignedValue<uint32_t>(addr_at(pos));
2085 void long_at_put(int pos, uint32_t x) {
2086 WriteUnalignedValue(addr_at(pos), x);
2312 void bind_to(Label* L, int pos);
2518 void record_farjmp_position(Label* L, int pos);