Lines Matching defs:pos
657 int pos = pc_offset();
661 cmpi_cr_.code() == cr.code() && last_bound_pos_ != pos) {
1194 return pc_offset() - label->pos();
1246 Instr instr_at(int pos) {
1247 return *reinterpret_cast<Instr*>(buffer_start_ + pos);
1249 void instr_at_put(int pos, Instr instr) {
1250 *reinterpret_cast<Instr*>(buffer_start_ + pos) = instr;
1324 int buffer_space() const { return reloc_info_writer.pos() - pc_; }
1326 // Decode instruction(s) at pos and return backchain to previous
1328 int target_at(int pos);
1330 // Patch instruction(s) at pos to target target_pos (e.g. branch)
1331 void target_at_put(int pos, int target_pos, bool* is_branch = nullptr);
1478 int max_reach_from(int pos);
1479 void bind_to(Label* L, int pos);