Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.cc4843 Label allocate_object(this); in GenerateCloneObjectIC()
4844 GotoIf(IsNullOrUndefined(source), &allocate_object); in GenerateCloneObjectIC() local
4861 GotoIf(TaggedIsSmi(source_properties), &allocate_object); in GenerateCloneObjectIC() local
4862 GotoIf(IsEmptyFixedArray(source_properties), &allocate_object); in GenerateCloneObjectIC() local
4868 GotoIf(IntPtrEqual(length, IntPtrConstant(0)), &allocate_object); in GenerateCloneObjectIC() local
4877 Goto(&allocate_object); in GenerateCloneObjectIC()
4878 BIND(&allocate_object); in GenerateCloneObjectIC()

Completed in 8 milliseconds