Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-internal-gen.cc495 if_notfound(this), slow(this); in TF_BUILTIN() local
530 &dont_delete, &if_notfound); in TF_BUILTIN()
547 &var_unique, &if_notfound, &slow); in TF_BUILTIN()
550 BIND(&if_notfound); in TF_BUILTIN()
/external/v8/src/compiler/
Djs-call-reducer.cc2128 Node* if_notfound = graph()->NewNode(common()->IfFalse(), found_branch); in ReduceArrayFind() local
2129 control = if_notfound; in ReduceArrayFind()