Lines Matching defs:position
786 // generated code. pos() is the position the label refers to.
789 // to be generated; pos() is the position of the last
797 // same position.
820 // Load the position of the label relative to the generated code object
995 DCHECK(0 <= pos && pos <= pc_offset()); // must have a valid binding position
1660 // destination register with the position of the label from the beginning
1845 // Extracts #width adjacent bits from position #lsb in a register, and
1859 // Extracts #width adjacent bits from position #lsb in a register, and
1874 // Sets #width adjacent bits at position #lsb in the destination register
1888 // into position #lsb of the destination register.
5270 void Assembler::ConstantPoolAddEntry(int position, RelocInfo::Mode rmode,
5284 first_const_pool_32_use_ = position;
5285 constant_pool_deadline_ = position + kCheckPoolDeadline;
5289 ConstantPoolEntry entry(position, value, sharing_ok, rmode);
5409 CHECK_EQ(first_const_pool_32_use_, pending_32_bit_constants_[0].position());
5426 Instr instr = instr_at(entry.position());
5434 int delta = pc_offset() - entry.position() - Instruction::kPcLoadDelta;
5446 DCHECK_LT(merged.position(), entry.position());
5447 Instr merged_instr = instr_at(merged.position());
5450 delta += merged.position() - entry.position();
5452 instr_at_put(entry.position(),