Searched refs:IsFlat (Results 1 – 16 of 16) sorted by relevance
211 DCHECK(content.IsFlat()); in Compile()345 DCHECK(subject_content.IsFlat()); in FindStringIndicesDispatch()346 DCHECK(pattern_content.IsFlat()); in FindStringIndicesDispatch()394 DCHECK(subject->IsFlat()); in StringReplaceGlobalAtomRegExpWithString()395 DCHECK(replacement->IsFlat()); in StringReplaceGlobalAtomRegExpWithString()472 DCHECK(subject->IsFlat()); in StringReplaceGlobalRegExpWithString()473 DCHECK(replacement->IsFlat()); in StringReplaceGlobalRegExpWithString()555 DCHECK(subject->IsFlat()); in StringReplaceGlobalRegExpWithEmptyString()843 DCHECK(subject->IsFlat()); in SearchRegExpMultiple()
763 if (s->IsFlat() && s->IsOneByteRepresentation()) { in RUNTIME_FUNCTION()1041 DCHECK(flat_content.IsFlat()); in ConvertCase()
50 DCHECK(flat.IsFlat()); in GetUCharBufferFromFlat()
444 CHECK(root->IsConsString() && !root->IsFlat()); in ConstructRandomString()449 CHECK(root->IsConsString() && root->IsFlat()); in ConstructRandomString()606 CHECK(flat_string->IsFlat() && !flat_string->IsConsString()); in VerifyCharacterStream()1135 CHECK(!parent->IsFlat()); in TEST()1138 CHECK(parent->IsFlat()); in TEST()1145 CHECK(slice->IsFlat()); in TEST()1176 CHECK(slice->IsFlat()); in TEST()
175 inline bool IsFlat() const;1207 inline bool CodedInputStream::IsFlat() const { in IsFlat() function
883 static score_t IsFlat(const int16_t* levels, int num_blocks, score_t thresh) { in IsFlat() function922 IsFlat(rd_cur->y_ac_levels[0], kNumBlocks, FLATNESS_LIMIT_I16)) { in PickBestIntra16()1006 if (mode > 0 && IsFlat(tmp_levels, kNumBlocks, FLATNESS_LIMIT_I4)) { in PickBestIntra4()1079 if (mode > 0 && IsFlat(rd_uv.uv_levels[0], kNumBlocks, FLATNESS_LIMIT_UV)) { in PickBestUV()
218 DCHECK(subject->IsFlat()); in Match()
594 DCHECK(subject->IsFlat()); in Match()
255 DCHECK(needle->IsFlat()); in AtomExecRaw()265 DCHECK(needle_content.IsFlat()); in AtomExecRaw()266 DCHECK(subject_content.IsFlat()); in AtomExecRaw()496 DCHECK(subject->IsFlat()); in IrregexpExecRaw()
494 DCHECK(flat.IsFlat()); in StringToDouble()
424 DCHECK(string->IsFlat()); in EscapePrivate()
530 if (this->IsFlat()) { in ConsStringVerify()
552 DCHECK(left->IsFlat()); in NewConsString()553 DCHECK(right->IsFlat()); in NewConsString()
369 DCHECK(IsFlat()); in IsOneByteRepresentationUnderneath()385 DCHECK(IsFlat()); in IsTwoByteRepresentationUnderneath()3569 if (cons->IsFlat()) return handle(cons->first()); in Flatten()3610 bool String::IsFlat() { in IsFlat() function3619 DCHECK(this->IsFlat()); in GetUnderlying()
8812 bool IsFlat() const { return state_ != NON_FLAT; } in IsFlat() function8995 inline bool IsFlat();
1954 DCHECK(result->IsFlat()); in SlowFlatten()10609 DCHECK(str->IsFlat()); in PostGarbageCollection()10613 DCHECK(content.IsFlat()); in PostGarbageCollection()10926 DCHECK(content.IsFlat()); in CalculateLineEnds()17008 if (string->IsConsString() && string->IsFlat()) { in LookupString()