Lines Matching refs:FieldIndex
681 FieldIndex index);
685 FieldIndex index, SeqCstAccessTag tag);
686 inline Object RawFastPropertyAt(FieldIndex index) const;
688 FieldIndex index) const;
689 inline Object RawFastPropertyAt(FieldIndex index, SeqCstAccessTag tag) const;
690 inline Object RawFastPropertyAt(PtrComprCageBase cage_base, FieldIndex index,
698 PtrComprCageBase cage_base, Map original_map, FieldIndex index) const;
700 inline void FastPropertyAtPut(FieldIndex index, Object value,
702 inline void FastPropertyAtPut(FieldIndex index, Object value,
705 FieldIndex index, Object value,
707 inline void RawFastInobjectPropertyAtPut(FieldIndex index, Object value,
712 inline Object RawFastPropertyAtSwap(FieldIndex index, Object value,
715 FieldIndex index, Object value,
1108 // See FieldIndex for the list of date fields.
1127 enum FieldIndex {
1155 Object DoGetField(Isolate* isolate, FieldIndex index);
1156 Object GetUTCField(FieldIndex index, double value, DateCache* date_cache);