Lines Matching defs:pos
210 return pc_offset() - L->pos() < kMaxBranchOffset - 4 * kInstrSize;
214 return pc_offset() - L->pos() < kMaxCompactBranchOffset - 4 * kInstrSize;
626 void ins_(Register rt, Register rs, uint16_t pos, uint16_t size);
627 void ext_(Register rt, Register rs, uint16_t pos, uint16_t size);
1350 return pc_offset() - label->pos();
1417 inline bool overflow() const { return pc_ >= reloc_info_writer.pos() - kGap; }
1420 inline int available_space() const { return reloc_info_writer.pos() - pc_; }
1427 Instr instr_at(int pos) {
1428 return *reinterpret_cast<Instr*>(buffer_start_ + pos);
1430 void instr_at_put(int pos, Instr instr) {
1431 *reinterpret_cast<Instr*>(buffer_start_ + pos) = instr;
1538 int32_t buffer_space() const { return reloc_info_writer.pos() - pc_; }
1540 // Decode branch instruction at pos and return branch target pos.
1541 int target_at(int pos, bool is_internal);
1543 // Patch branch instruction at pos to branch to given branch target pos.
1544 void target_at_put(int pos, int target_pos, bool is_internal);
1793 void bind_to(Label* L, int pos);
1851 int32_t get_trampoline_entry(int32_t pos);
1865 return internal_reference_positions_.find(L->pos()) !=