Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-string-gen.h144 Label* const if_none_found);
147 Label* const if_none_found, Label* const out,
Dbuiltins-string-gen.cc2283 int increment, Label* const if_none_found) { in ScanForNonWhiteSpaceOrLineTerminator() argument
2290 var_index, end, increment, if_none_found, &out, [&](Node* const index) { in ScanForNonWhiteSpaceOrLineTerminator()
2297 BuildLoop(var_index, end, increment, if_none_found, &out, in ScanForNonWhiteSpaceOrLineTerminator()
2307 int increment, Label* const if_none_found, in BuildLoop() argument
2315 GotoIf(IntPtrEqual(index, end), if_none_found); in BuildLoop()