Lines Matching refs:NextOffset
91 static size_t NextOffset(size_t* offset) { in NextOffset() function in v8::internal::compiler::IA32OperandConverter
111 Register base = InputRegister(NextOffset(offset)); in MemoryOperand()
116 Register base = InputRegister(NextOffset(offset)); in MemoryOperand()
117 Constant ctant = ToConstant(instr_->InputAt(NextOffset(offset))); in MemoryOperand()
124 Register base = InputRegister(NextOffset(offset)); in MemoryOperand()
125 Register index = InputRegister(NextOffset(offset)); in MemoryOperand()
134 Register base = InputRegister(NextOffset(offset)); in MemoryOperand()
135 Register index = InputRegister(NextOffset(offset)); in MemoryOperand()
137 Constant ctant = ToConstant(instr_->InputAt(NextOffset(offset))); in MemoryOperand()
144 Register index = InputRegister(NextOffset(offset)); in MemoryOperand()
153 Register index = InputRegister(NextOffset(offset)); in MemoryOperand()
155 Constant ctant = ToConstant(instr_->InputAt(NextOffset(offset))); in MemoryOperand()
159 Constant ctant = ToConstant(instr_->InputAt(NextOffset(offset))); in MemoryOperand()
174 Register base = InputRegister(NextOffset(&offset)); in NextMemoryOperand()
177 Register index = InputRegister(NextOffset(&offset)); in NextMemoryOperand()
181 Constant ctant = ToConstant(instr_->InputAt(NextOffset(&offset))); in NextMemoryOperand()