Lines Matching refs:IntPtrConstant
132 IntPtrConstant(BasicMemoryChunk::kFlagsOffset)));
133 return WordNotEqual(WordAnd(flags, IntPtrConstant(mask)),
134 IntPtrConstant(0));
152 IntPtrAdd(page, IntPtrConstant(MemoryChunk::kMarkingBitmapOffset));
159 r0 = WordShr(object, IntPtrConstant(shift));
160 r0 = WordAnd(r0, IntPtrConstant((kPageAlignmentMask >> shift) &
167 r1 = WordShr(object, IntPtrConstant(kTaggedSizeLog2));
168 r1 = WordAnd(r1, IntPtrConstant((1 << Bitmap::kBitsPerCellLog2) - 1));
171 // WordAnd(r1, IntPtrConstant((1 << kBitsPerByte) - 1)));
172 *mask = WordShl(IntPtrConstant(1), r1);
209 IntPtrConstant(MemoryChunk::kOldToNewSlotSetOffset)));
210 GotoIf(WordEqual(slot_set, IntPtrConstant(0)), slow_path);
221 GotoIf(WordEqual(bucket, IntPtrConstant(0)), slow_path);
230 IntPtrConstant((SlotSet::kCellsPerBucket - 1)
239 IntPtrConstant(SlotSet::kBitsPerCell - 1));
241 WordOr(old_cell_value, WordShl(IntPtrConstant(1), bit_index)));
828 IntPtrConstant(0), excluded_property_count.value(),
861 Branch(IntPtrEqual(source_length, IntPtrConstant(0)), &if_done,
895 IntPtrConstant(kSmiTagMask)),
896 IntPtrConstant(kSmiTag)));
915 IntPtrSub(excluded_property_count, IntPtrConstant(2))));