Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-promise-gen.cc2110 Label if_grow(this, Label::kDeferred), if_nogrow(this); in TF_BUILTIN() local
2111 Branch(IntPtrLessThan(index, elements_length), &if_nogrow, &if_grow); in TF_BUILTIN()
2136 BIND(&if_nogrow); in TF_BUILTIN()