Lines Matching refs:IntPtrZero
29 TNode<IntPtrT> RegExpBuiltinsAssembler::IntPtrZero() { in IntPtrZero() function in v8::internal::RegExpBuiltinsAssembler
89 FillFixedArrayWithValue(elements_kind, elements, IntPtrZero(), length_intptr, in AllocateRegExpResult()
268 CSA_ASSERT(this, IntPtrGreaterThan(names_length, IntPtrZero())); in ConstructNewResultFromMatchInfo()
270 TVARIABLE(IntPtrT, var_i, IntPtrZero()); in ConstructNewResultFromMatchInfo()
405 GotoIf(IntPtrEqual(stack_size, IntPtrZero()), &runtime); in RegExpExecInternal()
588 vars, IntPtrZero(), limit_offset, in RegExpExecInternal()
698 WordNotEqual(is_global_or_sticky, IntPtrZero()); in RegExpPrototypeExecBodyWithoutResult()
1138 var_flags = IntPtrZero(); in FlagsGetter()
1918 GotoIfNot(IntPtrEqual(array.length(), IntPtrZero()), &out); in RegExpPrototypeMatchBody()
2554 Node* const capacity = IntPtrZero(); in RegExpPrototypeSplitBody()
2728 TVARIABLE(IntPtrT, var_i, IntPtrZero()); in ReplaceGlobalCallableFastPath()
2802 Node* const from = IntPtrZero(); in ReplaceGlobalCallableFastPath()