Home
last modified time | relevance | path

Searched refs:RawFieldOfElementAt (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/
Dtransitions-inl.h41 RawFieldOfElementAt(ToKeyIndex(transition_number))); in GetKeySlot()
88 RawFieldOfElementAt(ToTargetIndex(transition_number))); in GetTargetSlot()
Dobjects-inl.h1848 DCHECK((*RawFieldOfElementAt(ToKeyIndex(descriptor_number)))->IsObject()); in GetKeySlot()
1850 RawFieldOfElementAt(ToKeyIndex(descriptor_number))); in GetKeySlot()
1886 return RawFieldOfElementAt(ToValueIndex(descriptor_number)); in GetValueSlot()
/external/v8/src/heap/
Dobjects-visiting.cc138 Object** slot = Context::cast(context)->RawFieldOfElementAt(idx); in VisitLiveObject()
Dmark-compact-inl.h97 table->RawFieldOfElementAt(EphemeronHashTable::EntryToIndex(i)); in VisitEphemeronHashTable()
102 table->RawFieldOfElementAt(EphemeronHashTable::EntryToValueIndex(i)); in VisitEphemeronHashTable()
Dconcurrent-marking.cc345 table->RawFieldOfElementAt(EphemeronHashTable::EntryToIndex(i)); in VisitEphemeronHashTable()
350 table->RawFieldOfElementAt(EphemeronHashTable::EntryToValueIndex(i)); in VisitEphemeronHashTable()
Dheap.cc5883 reinterpret_cast<Address>(array->RawFieldOfElementAt(offset + i))); in GenerationalBarrierForElementsSlow()
/external/v8/src/objects/
Dfixed-array.h169 inline Object** RawFieldOfElementAt(int index);
293 inline MaybeObject** RawFieldOfElementAt(int index);
Dfixed-array-inl.h166 Object** FixedArray::RawFieldOfElementAt(int index) { in RawFieldOfElementAt() function
261 MaybeObject** WeakFixedArray::RawFieldOfElementAt(int index) { in RawFieldOfElementAt() function