Home
last modified time | relevance | path

Searched defs:property_array (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/runtime/
Druntime-classes.cc341 Handle<PropertyArray> property_array = in AddDescriptorsByTemplate() local
/external/v8/src/objects/
Djs-objects-inl.h696 DEF_GETTER(JSReceiver, property_array, PropertyArray) { in DEF_GETTER() argument
/external/v8/src/ic/
Daccessor-assembler.cc4176 TNode<PropertyArray> property_array = AllocatePropertyArray(length); in GenerateCloneObjectIC() local
/external/v8/src/codegen/
Dcode-stub-assembler.cc4276 TNode<PropertyArray> property_array, TNode<IntPtrT> length) { in InitializePropertyArrayLength()
4294 TNode<PropertyArray> property_array = CAST(array); in AllocatePropertyArray() local