Lines Matching refs:IntPtrConstant
276 GotoIf(IntPtrEqual(length, IntPtrConstant(0)), &return_undefined);
283 TNode<IntPtrT> new_length = IntPtrSub(length, IntPtrConstant(1));
290 IntPtrConstant(JSObject::kMinAddedElementsCapacity)),
363 arg_index = IntPtrConstant(0);
531 TNode<IntPtrT> capacity = IntPtrConstant(0);
626 TNode<IntPtrT> intptr_zero = IntPtrConstant(0);
649 IntPtrConstant(kFromIndexArg)),
1801 GotoIfNot(IntPtrEqual(args.GetLengthWithoutReceiver(), IntPtrConstant(0)),
1806 GotoIfNot(IntPtrEqual(args.GetLengthWithoutReceiver(), IntPtrConstant(1)),
1915 kind, array_map, IntPtrConstant(JSArray::kPreallocatedArrayElements),