Searched refs:allocate_object (Results 1 – 1 of 1) sorted by relevance
3445 Label allocate_object(this); in GenerateCloneObjectIC() local3446 GotoIf(IsNullOrUndefined(source), &allocate_object); in GenerateCloneObjectIC()3462 GotoIf(TaggedIsSmi(source_properties), &allocate_object); in GenerateCloneObjectIC()3463 GotoIf(IsEmptyFixedArray(source_properties), &allocate_object); in GenerateCloneObjectIC()3469 GotoIf(IntPtrEqual(length, IntPtrConstant(0)), &allocate_object); in GenerateCloneObjectIC()3477 Goto(&allocate_object); in GenerateCloneObjectIC()3478 BIND(&allocate_object); in GenerateCloneObjectIC()