Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-microtask-queue-gen.cc394 Label if_append(this), if_grow(this, Label::kDeferred), done(this); in EnterMicrotaskContext() local
395 Branch(WordEqual(size, capacity), &if_grow, &if_append); in EnterMicrotaskContext()
425 BIND(&if_grow); in EnterMicrotaskContext()
508 Label if_grow(this, Label::kDeferred); in TF_BUILTIN() local
509 GotoIf(IntPtrEqual(size, capacity), &if_grow); in TF_BUILTIN()
524 BIND(&if_grow); in TF_BUILTIN()
/external/v8/src/ic/
Dkeyed-store-generic.cc514 if_bump_length_with_gap(this), if_grow(this), if_nonfast(this), in EmitGenericElementStore() local
525 Branch(UintPtrLessThan(index, capacity), &if_in_bounds, &if_grow); in EmitGenericElementStore()
532 GotoIf(UintPtrGreaterThanOrEqual(index, capacity), &if_grow); in EmitGenericElementStore()
560 BIND(&if_grow); in EmitGenericElementStore()
/external/v8/src/compiler/
Deffect-control-linearizer.cc4933 auto if_grow = __ MakeDeferredLabel(); in LowerMaybeGrowFastElements() local
4938 __ GotoIfNot(check, &if_grow); in LowerMaybeGrowFastElements()
4941 __ Bind(&if_grow); in LowerMaybeGrowFastElements()