Lines Matching refs:SeqOneByteString
106 TQ_OBJECT_CONSTRUCTORS_IMPL(SeqOneByteString) in TQ_OBJECT_CONSTRUCTORS_IMPL()
281 V(SeqOneByteString) \
447 Handle<SeqOneByteString> result = in PrepareForInsertion()
476 using SeqOneByteSubStringKey = SeqSubStringKey<SeqOneByteString>;
544 SeqOneByteString::cast(string).GetChars(no_gc, access_guard) + in IsEqualToImpl()
693 SeqOneByteString::cast(string).GetChars(no_gc, access_guard) + offset, in TryGetFlatContentFromDirectString()
858 ? SeqOneByteString::cast(*this).SeqOneByteStringSet(index, value) in Set()
913 SeqOneByteString::cast(string).GetChars(no_gc, access_guard) + in VisitFlat()
978 uint8_t SeqOneByteString::Get(int index) const { in Get()
984 uint8_t SeqOneByteString::Get( in Get()
992 void SeqOneByteString::SeqOneByteStringSet(int index, uint16_t value) { in SeqOneByteStringSet()
999 void SeqOneByteString::SeqOneByteStringSetChars(int index, in SeqOneByteStringSetChars()
1009 Address SeqOneByteString::GetCharsAddress() const { in GetCharsAddress()
1013 uint8_t* SeqOneByteString::GetChars( in GetChars()
1020 uint8_t* SeqOneByteString::GetChars( in GetChars()
1062 inline int SeqOneByteString::AllocatedSize() { in AllocatedSize()
1070 bool SeqOneByteString::IsCompatibleMap(Map map, ReadOnlyRoots roots) { in IsCompatibleMap()