Lines Matching refs:index
16 #include "src/objects/internal-index.h"
97 OffHeapObjectSlot slot(InternalIndex index) const {
98 return OffHeapObjectSlot(&elements_[index.as_uint32()]);
101 Object Get(PtrComprCageBase cage_base, InternalIndex index) const {
102 return slot(index).Acquire_Load(cage_base);
105 void Set(InternalIndex index, String entry) {
106 slot(index).Release_Store(entry);
657 // String could be an array index.
666 // It is an index, but it's not cached.
675 // A string that's not an array index, and not in the string table,