Searched refs:if_grow (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/ic/ |
D | keyed-store-generic.cc | 474 if_grow(this), if_nonfast(this), if_typed_array(this), in EmitGenericElementStore() local 493 GotoIf(UintPtrGreaterThanOrEqual(intptr_index, capacity), &if_grow); in EmitGenericElementStore() 511 GotoIfNot(InstanceTypeEqual(instance_type, JS_TYPED_ARRAY_TYPE), &if_grow); in EmitGenericElementStore() 533 BIND(&if_grow); in EmitGenericElementStore()
|
/external/v8/src/builtins/ |
D | builtins-internal-gen.cc | 827 Label if_append(this), if_grow(this), done(this); in TF_BUILTIN() local 828 Branch(WordEqual(num_tasks, queue_length), &if_grow, &if_append); in TF_BUILTIN() 830 BIND(&if_grow); in TF_BUILTIN()
|
D | builtins-promise-gen.cc | 2110 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() 2113 BIND(&if_grow); in TF_BUILTIN()
|
/external/v8/src/compiler/ |
D | effect-control-linearizer.cc | 3599 auto if_grow = __ MakeDeferredLabel(); in LowerMaybeGrowFastElements() local 3604 __ GotoIfNot(check, &if_grow); in LowerMaybeGrowFastElements() 3607 __ Bind(&if_grow); in LowerMaybeGrowFastElements()
|