Lines Matching refs:IntPtrConstant

98     offset = IntPtrAdd(offset, IntPtrConstant(1));
108 bytecode_offset = IntPtrSub(BytecodeOffset(), IntPtrConstant(1));
121 IntPtrConstant(zero_offset), Int32Constant(0));
123 IntPtrConstant(payload_offset),
126 StoreFullTaggedNoWriteBarrier(base, IntPtrConstant(store_offset),
212 return RegisterLocation(IntPtrConstant(reg.ToOperand()));
226 IntPtrConstant(reg.ToOperand() * kSystemPointerSize));
236 return ChangeInt32ToIntPtr(Load<Int32T>(base, IntPtrConstant(index)));
238 return SmiToIntPtr(CAST(LoadFullTagged(base, IntPtrConstant(index))));
278 TNode<IntPtrT> offset = RegisterFrameOffset(IntPtrConstant(index));
287 IntPtrConstant(reg.ToOperand() * kSystemPointerSize), value);
321 IntPtrConstant(short_star_to_operand * kSystemPointerSize));
356 return Signed(IntPtrAdd(reg_index, IntPtrConstant(-1)));
360 return IntPtrConstant(
420 IntPtrConstant(relative_offset + msb_offset + i * kStep);
447 IntPtrAdd(BytecodeOffset(), IntPtrConstant(operand_offset)));
465 IntPtrAdd(BytecodeOffset(), IntPtrConstant(operand_offset)));
482 IntPtrAdd(BytecodeOffset(), IntPtrConstant(operand_offset)));
499 IntPtrAdd(BytecodeOffset(), IntPtrConstant(operand_offset)));
984 function, IntPtrConstant(offsetof(Runtime::Function, entry)));
1057 return Advance(IntPtrConstant(delta));
1276 base_index = IntPtrConstant(1 << kBitsPerByte);
1279 base_index = IntPtrConstant(2 << kBitsPerByte);
1378 TNode<IntPtrT> source_bytecode_table_index = IntPtrConstant(
1388 old_counter, IntPtrConstant(std::numeric_limits<uintptr_t>::max()));
1393 TNode<IntPtrT> new_counter = IntPtrAdd(old_counter, IntPtrConstant(1));
1450 var_index = IntPtrConstant(0);
1456 IntPtrConstant(Register::FromParameterIndex(0).ToOperand() + 1);
1470 var_index = IntPtrAdd(index, IntPtrConstant(1));
1481 var_index = IntPtrConstant(0);
1491 IntPtrSub(IntPtrConstant(Register(0).ToOperand()), index);
1498 var_index = IntPtrAdd(index, IntPtrConstant(1));
1520 TVARIABLE(IntPtrT, var_index, IntPtrConstant(0));
1536 IntPtrSub(IntPtrConstant(Register(0).ToOperand()), index);
1541 var_index = IntPtrAdd(index, IntPtrConstant(1));