Searched refs:outobject_array_index (Results 1 – 6 of 6) sorted by relevance
| /third_party/node/deps/v8/src/objects/ |
| D | js-objects-inl.h | 358 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()
|
| D | field-index.h | 53 int outobject_array_index() const { in outobject_array_index() function
|
| D | js-objects.cc | 3018 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/ |
| D | runtime-object.cc | 111 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/ |
| D | heap-refs.cc | 332 const int array_index = field_index.outobject_array_index(); in GetOwnFastDataPropertyFromHeap()
|
| /third_party/node/deps/v8/src/deoptimizer/ |
| D | translated-state.cc | 1774 int outobject_index = index.outobject_array_index(); in EnsurePropertiesAllocatedAndMarked()
|