Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects.h2430 Object* obj = get(kEnumerationIndexIndex); in NextEnumerationIndex()
2442 set(kEnumerationIndexIndex, Smi::FromInt(value)); in SetNextEnumerationIndex()
2446 return !IsEmpty() && !get(kEnumerationIndexIndex)->IsSmi(); in HasEnumCache()
2451 FixedArray* bridge = FixedArray::cast(get(kEnumerationIndexIndex)); in GetEnumCache()
2565 static const int kEnumerationIndexIndex = 2; variable
Dobjects.cc5651 result->set(kEnumerationIndexIndex, in Allocate()
5663 FixedArray::cast(get(kEnumerationIndexIndex))-> in SetEnumCache()
5665 FixedArray::cast(get(kEnumerationIndexIndex))-> in SetEnumCache()
5675 get(kEnumerationIndexIndex)); in SetEnumCache()
5676 set(kEnumerationIndexIndex, bridge_storage); in SetEnumCache()