Searched refs:if_nogrow (Results 1 – 1 of 1) sorted by relevance
2110 Label if_grow(this, Label::kDeferred), if_nogrow(this); in TF_BUILTIN() local2111 Branch(IntPtrLessThan(index, elements_length), &if_nogrow, &if_grow); in TF_BUILTIN()2136 BIND(&if_nogrow); in TF_BUILTIN()