Lines Matching defs:value
88 return var_result.value();
143 UncheckedCast<JSRegExpResult>(var_array.value());
145 // Load undefined value once here to avoid multiple LoadRoots.
173 std::is_base_of<JSRegExpResult, JSRegExpResultWithIndices>::value,
184 FillFixedArrayWithValue(elements_kind, var_elements.value(), IntPtrZero(),
187 if (elements_out) *elements_out = CAST(var_elements.value());
207 TNode<Smi> value) {
211 StoreObjectField(regexp, field_offset, value);
216 TNode<Object> value) {
218 SetPropertyStrict(context, regexp, name, value);
268 TNode<IntPtrT> from_cursor = var_from_cursor.value();
269 TNode<IntPtrT> to_cursor = var_to_cursor.value();
289 Branch(UintPtrLessThan(var_from_cursor.value(), limit), &loop,
353 TNode<IntPtrT> i = var_i.value();
380 Branch(IntPtrGreaterThanOrEqual(var_i.value(), names_length),
553 GotoIfNot(TaggedIsSmi(var_code.value()), &next);
554 CSA_DCHECK(this, SmiEqual(CAST(var_code.value()),
561 GotoIf(TaggedIsSmi(var_code.value()), &runtime);
562 TNode<CodeT> code = CAST(var_code.value());
588 TNode<RawPtrT> arg2 = var_string_start.value();
593 TNode<RawPtrT> arg3 = var_string_end.value();
667 TNode<IntPtrT> value = ChangeInt32ToIntPtr(UncheckedCast<Int32T>(
670 GotoIf(UintPtrGreaterThanOrEqual(value, int_string_length), &if_failure);
708 TNode<Int32T> value = UncheckedCast<Int32T>(Load(
710 TNode<Smi> smi_value = SmiFromInt32(value);
712 var_to_offset.value(), smi_value);
773 return var_result.value();
803 return var_result.value();
919 std::is_base_of<JSRegExpResult, JSRegExpResultWithIndices>::value,
1042 GotoIfNot(IsSetWord(var_flags.value(), JSRegExp::k##Camel), &next); \
1043 var_length = Uint32Add(var_length.value(), Uint32Constant(1)); \
1064 var_length = Uint32Add(var_length.value(), Uint32Constant(1)); \
1065 var_flags = Signed(WordOr(var_flags.value(), IntPtrConstant(FLAG))); \
1092 var_length = Uint32Add(var_length.value(), Uint32Constant(1)); \
1093 var_flags = Signed(WordOr(var_flags.value(), IntPtrConstant(FLAG))); \
1109 const TNode<String> string = AllocateSeqOneByteString(var_length.value());
1117 GotoIfNot(IsSetWord(var_flags.value(), JSRegExp::k##Camel), &next); \
1118 const TNode<Int32T> value = Int32Constant(Char); \
1120 var_offset.value(), value); \
1121 var_offset = IntPtrAdd(var_offset.value(), int_one); \
1142 return result.value();
1202 TNode<Object> value =
1205 GotoIfNot(TaggedEqual(value, regexp_function), &next);
1267 Branch(TaggedEqual(var_new_target.value(), regexp_function),
1282 context, regexp_function, CAST(var_new_target.value())));
1290 context, var_regexp.value(), var_pattern.value(), var_flags.value());
1339 context, receiver, var_pattern.value(), var_flags.value());
1383 TNode<Object> value = GetProperty(context, regexp, name);
1384 BranchIfToBooleanIsTrue(value, &if_true, &if_false);
1395 return var_result.value();
1431 // Must be in Smi range on the fast path. We control the value of {index}
1469 return var_result.value();
1571 TNode<FixedArray> fixed_array = CAST(LoadElements(var_result.value()));
1595 const TNode<Smi> next_search_from = var_next_search_from.value();
1596 const TNode<Smi> last_matched_until = var_last_matched_until.value();
1665 Branch(IntPtrLessThan(var_reg.value(), int_num_registers), &nested_loop,
1670 const TNode<IntPtrT> reg = var_reg.value();
1698 array.Push(var_value.value());
1719 const TNode<Smi> from = var_last_matched_until.value();
1742 return var_result.value();