Home
last modified time | relevance | path

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

/external/v8/src/
Dfield-index.h51 int outobject_array_index() const { in outobject_array_index() function
Dobjects-inl.h1412 return property_array()->get(index.outobject_array_index()); in RawFastPropertyAt()
1433 property_array()->set(index.outobject_array_index(), value); in RawFastPropertyAtPut()
Ddeoptimizer.cc3648 int outobject_index = index.outobject_array_index(); in EnsurePropertiesAllocatedAndMarked()
Dobjects.cc6157 array->set(index.outobject_array_index(), *box); in AllocateStorageForMap()
/external/v8/src/runtime/
Druntime-object.cc180 if (!index.is_inobject() && index.outobject_array_index() == 0) { in DeleteObjectPropertyFast()