Home
last modified time | relevance | path

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

/external/v8/src/ic/
Daccessor-assembler.cc3445 Label allocate_object(this); in GenerateCloneObjectIC() local
3446 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()