Searched refs:if_grow (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
D | builtins-microtask-queue-gen.cc | 397 Label if_append(this), if_grow(this, Label::kDeferred), done(this); in EnterMicrotaskContext() local 398 Branch(WordEqual(size, capacity), &if_grow, &if_append); in EnterMicrotaskContext() 437 BIND(&if_grow); in EnterMicrotaskContext() 556 Label if_grow(this, Label::kDeferred); in TF_BUILTIN() local 557 GotoIf(IntPtrEqual(size, capacity), &if_grow); in TF_BUILTIN() 572 BIND(&if_grow); in TF_BUILTIN()
|
/third_party/node/deps/v8/src/ic/ |
D | keyed-store-generic.cc | 572 if_bump_length_with_gap(this), if_grow(this), if_nonfast(this), in EmitGenericElementStore() local 583 Branch(UintPtrLessThan(index, capacity), &if_in_bounds, &if_grow); in EmitGenericElementStore() 590 GotoIf(UintPtrGreaterThanOrEqual(index, capacity), &if_grow); in EmitGenericElementStore() 618 BIND(&if_grow); in EmitGenericElementStore()
|
/third_party/node/deps/v8/src/compiler/ |
D | effect-control-linearizer.cc | 4772 auto if_grow = __ MakeDeferredLabel(); in LowerMaybeGrowFastElements() local 4777 __ GotoIfNot(check, &if_grow); in LowerMaybeGrowFastElements() 4780 __ Bind(&if_grow); in LowerMaybeGrowFastElements()
|