Searched defs:smi_zero (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/builtins/
H A Dbuiltins-string.cc1263 Node* const smi_zero = SmiConstant(0); local
1309 CallStub(indexof_callable, context, replace, dollar_string, smi_zero);
1328 indexof_callable, context, subject_string, search_string, smi_zero);
1368 GotoIf(SmiEqual(match_start_index, smi_zero), &next);
1370 smi_zero, match_start_index);
1431 Node* const smi_zero = SmiConstant(0); local
1470 GotoIfNot(SmiEqual(limit_number, smi_zero), &next);
1476 Node* const length = smi_zero;
1510 GotoIfNot(SmiEqual(LoadStringLength(separator_string), smi_zero), &next);
1683 Node* const smi_zero local
[all...]
H A Dbuiltins-regexp.cc231 Node* const smi_zero = SmiConstant(Smi::kZero); local
296 StoreLastIndex(context, regexp, smi_zero, is_fastpath);
304 var_lastindex.Bind(smi_zero);
330 StoreLastIndex(context, regexp, smi_zero, is_fastpath);
1000 Node* const smi_zero = SmiConstant(Smi::kZero); local
1003 Node* const is_flag_set = WordNotEqual(SmiAnd(flags, mask), smi_zero);
1571 Node* const smi_zero = SmiConstant(Smi::kZero); local
1592 StoreLastIndex(context, regexp, smi_zero, is_fastpath);
1654 Node* const name = smi_zero;
1683 GotoIfNot(SmiEqual(match_length, smi_zero),
1783 Node* const smi_zero = SmiConstant(Smi::kZero); local
1882 Node* const smi_zero = SmiConstant(0); local
2222 Node* const smi_zero = SmiConstant(Smi::kZero); local
2426 Node* const smi_zero = SmiConstant(Smi::kZero); local
2645 Node* const smi_zero = SmiConstant(Smi::FromInt(0)); local
[all...]

Completed in 95 milliseconds