Home | History | Annotate | Download | only in compiler

Lines Matching refs:IntPtrAdd

104   return IntPtrAdd(RegisterFileRawPointer(), RegisterFrameOffset(reg_index));
153 return IntPtrAdd(reg_index, Int32Constant(-1));
163 IntPtrAdd(BytecodeOffset(),
175 IntPtrAdd(BytecodeOffset(),
193 IntPtrAdd(BytecodeOffset(),
201 IntPtrAdd(BytecodeOffset(), Int32Constant(offset)));
204 IntPtrAdd(BytecodeOffset(), Int32Constant(offset + 1)));
229 IntPtrAdd(BytecodeOffset(), Int32Constant(operand_offset)));
242 IntPtrAdd(BytecodeOffset(), hi_byte_offset));
245 IntPtrAdd(BytecodeOffset(), lo_byte_offset));
364 Node* InterpreterAssembler::IntPtrAdd(Node* a, Node* b) {
365 return raw_assembler_->IntPtrAdd(a, b);
383 IntPtrAdd(IntPtrConstant(FixedArray::kHeaderSize - kHeapObjectTag),
393 IntPtrAdd(IntPtrConstant(FixedArray::kHeaderSize - kHeapObjectTag),
414 IntPtrAdd(WordShl(slot_index, kPointerSizeLog2),
423 IntPtrAdd(WordShl(slot_index, kPointerSizeLog2),
577 Node* function = IntPtrAdd(function_table, function_offset);
645 return IntPtrAdd(BytecodeOffset(), Int32Constant(delta));
650 return raw_assembler_->IntPtrAdd(BytecodeOffset(), delta);