Home
last modified time | relevance | path

Searched refs:SmiZero (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-regexp-gen.cc27 TNode<Smi> RegExpBuiltinsAssembler::SmiZero() { return SmiConstant(0); } in SmiZero() function in v8::internal::RegExpBuiltinsAssembler
248 GotoIf(WordEqual(maybe_names, SmiZero()), &out); in ConstructNewResultFromMatchInfo()
717 StoreLastIndex(context, regexp, SmiZero(), is_fastpath); in RegExpPrototypeExecBodyWithoutResult()
724 var_lastindex = SmiZero(); in RegExpPrototypeExecBodyWithoutResult()
749 StoreLastIndex(context, regexp, SmiZero(), is_fastpath); in RegExpPrototypeExecBodyWithoutResult()
1106 TVARIABLE(Smi, var_length, SmiZero()); in FlagsGetter()
1868 StoreLastIndex(context, regexp, SmiZero(), is_fastpath); in RegExpPrototypeMatchBody()
1911 ToString_Inline(context, GetProperty(context, result, SmiZero()))); in RegExpPrototypeMatchBody()
1933 GotoIfNot(SmiEqual(match_length, SmiZero()), &loop); in RegExpPrototypeMatchBody()
2093 CSA_ASSERT(this, WordEqual(SmiZero(), last_index)); in MatchAllIterator()
[all …]
Dbuiltins-regexp-gen.h37 TNode<Smi> SmiZero();