Lines Matching defs:pos
210 return pc_offset() - L->pos() < kMaxBranchOffset - 4 * kInstrSize;
214 return pc_offset() - L->pos() < kMaxCompactBranchOffset - 4 * kInstrSize;
671 void ins_(Register rt, Register rs, uint16_t pos, uint16_t size);
672 void ext_(Register rt, Register rs, uint16_t pos, uint16_t size);
673 void dext_(Register rt, Register rs, uint16_t pos, uint16_t size);
674 void dextm_(Register rt, Register rs, uint16_t pos, uint16_t size);
675 void dextu_(Register rt, Register rs, uint16_t pos, uint16_t size);
676 void dins_(Register rt, Register rs, uint16_t pos, uint16_t size);
677 void dinsm_(Register rt, Register rs, uint16_t pos, uint16_t size);
678 void dinsu_(Register rt, Register rs, uint16_t pos, uint16_t size);
1413 return pc_offset() - label->pos();
1477 inline bool overflow() const { return pc_ >= reloc_info_writer.pos() - kGap; }
1481 return reloc_info_writer.pos() - pc_;
1489 Instr instr_at(int pos) {
1490 return *reinterpret_cast<Instr*>(buffer_start_ + pos);
1492 void instr_at_put(int pos, Instr instr) {
1493 *reinterpret_cast<Instr*>(buffer_start_ + pos) = instr;
1589 int64_t buffer_space() const { return reloc_info_writer.pos() - pc_; }
1591 // Decode branch instruction at pos and return branch target pos.
1592 int target_at(int pos, bool is_internal);
1594 // Patch branch instruction at pos to branch to given branch target pos.
1595 void target_at_put(int pos, int target_pos, bool is_internal);
1829 void bind_to(Label* L, int pos);
1879 int32_t get_trampoline_entry(int32_t pos);
1893 return internal_reference_positions_.find(L->pos()) !=