Searched refs:if_grow (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/ic/
H A Dkeyed-store-generic.cc426 if_bump_length_with_gap(this), if_grow(this), if_nonfast(this),
437 Branch(UintPtrLessThan(intptr_index, capacity), &if_in_bounds, &if_grow);
444 GotoIf(UintPtrGreaterThanOrEqual(intptr_index, capacity), &if_grow);
474 Bind(&if_grow);
/external/v8/src/compiler/
H A Deffect-control-linearizer.cc2303 auto if_grow = __ MakeDeferredLabel<1>(); local
2318 __ GotoUnless(check1, &if_grow);
2321 __ Bind(&if_grow);

Completed in 76 milliseconds