Lines Matching refs:IntPtrConstant
123 CSA_DCHECK(this, IntPtrGreaterThanOrEqual(length, IntPtrConstant(0)));
132 GotoIf(IntPtrEqual(length, IntPtrConstant(0)), &exit);
148 BuildFastLoop<IntPtrT>(IntPtrConstant(0), length, set_entry, 1,
157 CSA_DCHECK(this, IntPtrGreaterThan(length, IntPtrConstant(0)));
159 LoadAndNormalizeFixedDoubleArrayElement(elements, IntPtrConstant(0));
169 BuildFastLoop<IntPtrT>(IntPtrConstant(0), length, set_entry, 1,
399 [=] { return IntPtrConstant(0); });
657 WordAnd(hash, IntPtrSub(number_of_buckets, IntPtrConstant(1)));
673 IntPtrConstant(CollectionType::kNotFound)),
690 IntPtrConstant(CollectionType::kEntrySize)),
979 CSA_DCHECK(this, IntPtrEqual(index, IntPtrConstant(0)));
994 ElementOffsetFromIndex(IntPtrConstant(0), kind, 0);
997 IntPtrAdd(first_to_element_offset, IntPtrConstant(first_element_offset)));
1043 var_offset = IntPtrAdd(var_offset.value(), IntPtrConstant(kTaggedSize));
1086 CSA_DCHECK(this, IntPtrEqual(iter_index, IntPtrConstant(0)));
1106 ElementOffsetFromIndex(IntPtrConstant(0), kind, 0);
1109 IntPtrAdd(first_to_element_offset, IntPtrConstant(first_element_offset)));
1110 TVARIABLE(IntPtrT, var_index, IntPtrConstant(0));
1128 var_offset = IntPtrAdd(var_offset.value(), IntPtrConstant(kTaggedSize));
1172 CSA_DCHECK(this, IntPtrGreaterThanOrEqual(hash, IntPtrConstant(0)));
1187 CSA_DCHECK(this, IntPtrGreaterThanOrEqual(hash, IntPtrConstant(0)));
1202 CSA_DCHECK(this, IntPtrGreaterThanOrEqual(hash, IntPtrConstant(0)));
1218 CSA_DCHECK(this, IntPtrGreaterThanOrEqual(hash, IntPtrConstant(0)));
1233 CSA_DCHECK(this, IntPtrGreaterThanOrEqual(hash, IntPtrConstant(0)));
1335 IntPtrConstant(OrderedHashMap::kClearedTableSentinel)),
1338 TVARIABLE(IntPtrT, var_i, IntPtrConstant(0));
1445 IntPtrMul(var_index.value(), IntPtrConstant(TableType::kEntrySize)),
1539 TVARIABLE(IntPtrT, entry_start_position_or_hash, IntPtrConstant(0));
1558 IntPtrConstant(0)),
1611 WordAnd(hash, IntPtrSub(number_of_buckets, IntPtrConstant(1)));
1617 IntPtrMul(occupancy, IntPtrConstant(OrderedHashMap::kEntrySize)),
1655 TVARIABLE(IntPtrT, entry_start_position_or_hash, IntPtrConstant(0));
1715 TVARIABLE(IntPtrT, entry_start_position_or_hash, IntPtrConstant(0));
1730 IntPtrConstant(0)),
1783 WordAnd(hash, IntPtrSub(number_of_buckets, IntPtrConstant(1)));
1789 IntPtrMul(occupancy, IntPtrConstant(OrderedHashSet::kEntrySize)),
1823 TVARIABLE(IntPtrT, entry_start_position_or_hash, IntPtrConstant(0));
1902 TVARIABLE(IntPtrT, var_index, IntPtrConstant(0));
2052 TVARIABLE(IntPtrT, entry_start_position, IntPtrConstant(0));
2138 TVARIABLE(IntPtrT, var_index, IntPtrConstant(0));
2304 TVARIABLE(IntPtrT, entry_start_position, IntPtrConstant(0));
2355 IntPtrLessThanOrEqual(IntPtrConstant(0), at_least_space_for));
2374 TNode<IntPtrT> start = KeyIndexFromEntry(IntPtrConstant(0));
2397 return IntPtrSub(capacity, IntPtrConstant(1));
2405 TVARIABLE(IntPtrT, var_count, IntPtrConstant(0));
2457 IntPtrMul(entry, IntPtrConstant(EphemeronHashTable::kEntrySize)),
2458 IntPtrConstant(EphemeronHashTable::kElementsStartIndex +
2466 return IntPtrAdd(number_of_elements, IntPtrConstant(offset));
2473 return IntPtrAdd(number_of_deleted, IntPtrConstant(offset));
2542 IntPtrGreaterThanOrEqual(number_of_elements, IntPtrConstant(16)));
2548 IntPtrConstant(EphemeronHashTable::ShapeT::kEntryValueIndex -