Home
last modified time | relevance | path

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

/external/v8/src/ic/
Daccessor-assembler.cc3459 TNode<Object> source_properties = in GenerateCloneObjectIC() local
3462 GotoIf(TaggedIsSmi(source_properties), &allocate_object); in GenerateCloneObjectIC()
3463 GotoIf(IsEmptyFixedArray(source_properties), &allocate_object); in GenerateCloneObjectIC()
3466 CSA_SLOW_ASSERT(this, IsPropertyArray(CAST(source_properties))); in GenerateCloneObjectIC()
3468 UncheckedCast<PropertyArray>(source_properties)); in GenerateCloneObjectIC()
3473 CopyPropertyArrayValues(source_properties, var_properties.value(), length, in GenerateCloneObjectIC()