Lines Matching refs:NextOffset
95 static size_t NextOffset(size_t* offset) { in NextOffset() function in v8::internal::compiler::IA32OperandConverter
115 Register base = InputRegister(NextOffset(offset)); in MemoryOperand()
120 Register base = InputRegister(NextOffset(offset)); in MemoryOperand()
121 Constant ctant = ToConstant(instr_->InputAt(NextOffset(offset))); in MemoryOperand()
128 Register base = InputRegister(NextOffset(offset)); in MemoryOperand()
129 Register index = InputRegister(NextOffset(offset)); in MemoryOperand()
138 Register base = InputRegister(NextOffset(offset)); in MemoryOperand()
139 Register index = InputRegister(NextOffset(offset)); in MemoryOperand()
141 Constant ctant = ToConstant(instr_->InputAt(NextOffset(offset))); in MemoryOperand()
148 Register index = InputRegister(NextOffset(offset)); in MemoryOperand()
157 Register index = InputRegister(NextOffset(offset)); in MemoryOperand()
159 Constant ctant = ToConstant(instr_->InputAt(NextOffset(offset))); in MemoryOperand()
163 Constant ctant = ToConstant(instr_->InputAt(NextOffset(offset))); in MemoryOperand()