Home | History | Annotate | Download | only in arm

Lines Matching refs:pos

1169     return pc_offset() - label->pos();
1234 Instr instr_at(int pos) { return *reinterpret_cast<Instr*>(buffer_ + pos); }
1235 void instr_at_put(int pos, Instr instr) {
1236 *reinterpret_cast<Instr*>(buffer_ + pos) = instr;
1290 int buffer_space() const { return reloc_info_writer.pos() - pc_; }
1292 // Decode branch instruction at pos and return branch target pos
1293 int target_at(int pos);
1295 // Patch branch instruction at pos to branch to given branch target pos
1296 void target_at_put(int pos, int target_pos);
1415 void bind_to(Label* L, int pos);