Lines Matching refs:IntPtrAdd
104 return IntPtrAdd(RegisterFileRawPointer(), RegisterFrameOffset(reg_index)); in RegisterLocation()
153 return IntPtrAdd(reg_index, Int32Constant(-1)); in NextRegister()
163 IntPtrAdd(BytecodeOffset(), in BytecodeOperand()
175 IntPtrAdd(BytecodeOffset(), in BytecodeOperandSignExtended()
193 IntPtrAdd(BytecodeOffset(), in BytecodeOperandShort()
201 IntPtrAdd(BytecodeOffset(), Int32Constant(offset))); in BytecodeOperandShort()
204 IntPtrAdd(BytecodeOffset(), Int32Constant(offset + 1))); in BytecodeOperandShort()
229 IntPtrAdd(BytecodeOffset(), Int32Constant(operand_offset))); in BytecodeOperandShortSignExtended()
242 IntPtrAdd(BytecodeOffset(), hi_byte_offset)); in BytecodeOperandShortSignExtended()
245 IntPtrAdd(BytecodeOffset(), lo_byte_offset)); in BytecodeOperandShortSignExtended()
364 Node* InterpreterAssembler::IntPtrAdd(Node* a, Node* b) { in IntPtrAdd() function in v8::internal::compiler::InterpreterAssembler
365 return raw_assembler_->IntPtrAdd(a, b); in IntPtrAdd()
383 IntPtrAdd(IntPtrConstant(FixedArray::kHeaderSize - kHeapObjectTag), in LoadConstantPoolEntry()
393 IntPtrAdd(IntPtrConstant(FixedArray::kHeaderSize - kHeapObjectTag), in LoadFixedArrayElement()
414 IntPtrAdd(WordShl(slot_index, kPointerSizeLog2), in LoadContextSlot()
423 IntPtrAdd(WordShl(slot_index, kPointerSizeLog2), in StoreContextSlot()
577 Node* function = IntPtrAdd(function_table, function_offset); in CallRuntime()
645 return IntPtrAdd(BytecodeOffset(), Int32Constant(delta)); in Advance()
650 return raw_assembler_->IntPtrAdd(BytecodeOffset(), delta); in Advance()