Lines Matching refs:SmiConstant
532 TNode<Smi> length = SmiConstant(0);
608 GotoIf(SmiGreaterThan(length, SmiConstant(0)), &done);
1409 TVARIABLE(Number, var_source_index, SmiConstant(0));
1425 SmiGreaterThanOrEqual(CAST(source_index), SmiConstant(0)));
1454 GotoIfNumberGreaterThanOrEqual(SmiConstant(0), depth, &if_noflatten);
1580 TVARIABLE(Number, var_depth_num, SmiConstant(1));
1595 const TNode<JSReceiver> a = Construct(context, constructor, SmiConstant(0));
1599 SmiConstant(0), var_depth_num.value());
1632 const TNode<JSReceiver> a = Construct(context, constructor, SmiConstant(0));
1636 SmiConstant(0), SmiConstant(1), mapper_function, t);
1764 SmiOr(transition_info, SmiConstant(fast_elements_kind_holey_mask)));
1872 Branch(SmiEqual(array_size_smi, SmiConstant(0)), &small_smi_size, &abort);
1876 SmiConstant(AbortReason::kAllocatingNonEmptyPackedArray);
1880 SmiConstant(JSArray::kInitialMaxFastElementArray)),
1916 SmiConstant(0), allocation_site);