Searched refs:RawFieldOfElementAt (Results 1 – 8 of 8) sorted by relevance
41 RawFieldOfElementAt(ToKeyIndex(transition_number))); in GetKeySlot()88 RawFieldOfElementAt(ToTargetIndex(transition_number))); in GetTargetSlot()
1848 DCHECK((*RawFieldOfElementAt(ToKeyIndex(descriptor_number)))->IsObject()); in GetKeySlot()1850 RawFieldOfElementAt(ToKeyIndex(descriptor_number))); in GetKeySlot()1886 return RawFieldOfElementAt(ToValueIndex(descriptor_number)); in GetValueSlot()
138 Object** slot = Context::cast(context)->RawFieldOfElementAt(idx); in VisitLiveObject()
97 table->RawFieldOfElementAt(EphemeronHashTable::EntryToIndex(i)); in VisitEphemeronHashTable()102 table->RawFieldOfElementAt(EphemeronHashTable::EntryToValueIndex(i)); in VisitEphemeronHashTable()
345 table->RawFieldOfElementAt(EphemeronHashTable::EntryToIndex(i)); in VisitEphemeronHashTable()350 table->RawFieldOfElementAt(EphemeronHashTable::EntryToValueIndex(i)); in VisitEphemeronHashTable()
5883 reinterpret_cast<Address>(array->RawFieldOfElementAt(offset + i))); in GenerationalBarrierForElementsSlow()
169 inline Object** RawFieldOfElementAt(int index);293 inline MaybeObject** RawFieldOfElementAt(int index);
166 Object** FixedArray::RawFieldOfElementAt(int index) { in RawFieldOfElementAt() function261 MaybeObject** WeakFixedArray::RawFieldOfElementAt(int index) { in RawFieldOfElementAt() function