Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Djs-objects-inl.h358 index.outobject_array_index()); in RawFastPropertyAt()
376 index.outobject_array_index(), tag); in RawFastPropertyAt()
440 property_array().set(index.outobject_array_index(), value); in FastPropertyAtPut()
449 property_array().set(index.outobject_array_index(), value, tag); in FastPropertyAtPut()
493 return property_array().Swap(cage_base, index.outobject_array_index(), value, in RawFastPropertyAtSwap()
Dfield-index.h53 int outobject_array_index() const { in outobject_array_index() function
Djs-objects.cc3018 if (index.is_inobject() || index.outobject_array_index() < in MigrateFastToFast()
3046 new_storage->set(index.outobject_array_index(), *value); in MigrateFastToFast()
3418 array->set(index.outobject_array_index(), *box); in AllocateStorageForMap()
/third_party/node/deps/v8/src/runtime/
Druntime-object.cc111 index.outobject_array_index(), in ClearField()
207 if (!index.is_inobject() && index.outobject_array_index() == 0) { in DeleteObjectPropertyFast()
/third_party/node/deps/v8/src/compiler/
Dheap-refs.cc332 const int array_index = field_index.outobject_array_index(); in GetOwnFastDataPropertyFromHeap()
/third_party/node/deps/v8/src/deoptimizer/
Dtranslated-state.cc1774 int outobject_index = index.outobject_array_index(); in EnsurePropertiesAllocatedAndMarked()