Lines Matching refs:var_i
270 TVARIABLE(IntPtrT, var_i, IntPtrZero()); in ConstructNewResultFromMatchInfo()
272 Variable* vars[] = {&var_i}; in ConstructNewResultFromMatchInfo()
279 TNode<IntPtrT> i = var_i.value(); in ConstructNewResultFromMatchInfo()
294 var_i = i_plus_2; in ConstructNewResultFromMatchInfo()
295 Branch(IntPtrGreaterThanOrEqual(var_i.value(), names_length), &out, in ConstructNewResultFromMatchInfo()
2728 TVARIABLE(IntPtrT, var_i, IntPtrZero()); in ReplaceGlobalCallableFastPath()
2730 Variable* vars[] = {&var_i, &var_match_start}; in ReplaceGlobalCallableFastPath()
2735 GotoIfNot(IntPtrLessThan(var_i.value(), end), &create_result); in ReplaceGlobalCallableFastPath()
2737 Node* const elem = LoadFixedArrayElement(res_elems, var_i.value()); in ReplaceGlobalCallableFastPath()
2762 var_i = IntPtrAdd(var_i.value(), int_one); in ReplaceGlobalCallableFastPath()
2765 CAST(LoadFixedArrayElement(res_elems, var_i.value())); in ReplaceGlobalCallableFastPath()
2784 StoreFixedArrayElement(res_elems, var_i.value(), replacement_str); in ReplaceGlobalCallableFastPath()
2794 var_i = IntPtrAdd(var_i.value(), int_one); in ReplaceGlobalCallableFastPath()