Home
last modified time | relevance | path

Searched refs:IsFlat (Results 1 – 16 of 16) sorted by relevance

/external/v8/src/runtime/
Druntime-regexp.cc211 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()
Druntime-strings.cc763 if (s->IsFlat() && s->IsOneByteRepresentation()) { in RUNTIME_FUNCTION()
1041 DCHECK(flat_content.IsFlat()); in ConvertCase()
Druntime-i18n.cc50 DCHECK(flat.IsFlat()); in GetUCharBufferFromFlat()
/external/v8/test/cctest/
Dtest-strings.cc444 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()
/external/protobuf/src/google/protobuf/io/
Dcoded_stream.h175 inline bool IsFlat() const;
1207 inline bool CodedInputStream::IsFlat() const { in IsFlat() function
/external/webp/src/enc/
Dquant.c883 static score_t IsFlat(const int16_t* levels, int num_blocks, score_t thresh) { in IsFlat() function
922 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()
/external/v8/src/regexp/
Dregexp-macro-assembler.cc218 DCHECK(subject->IsFlat()); in Match()
Dinterpreter-irregexp.cc594 DCHECK(subject->IsFlat()); in Match()
Djsregexp.cc255 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()
/external/v8/src/
Dconversions.cc494 DCHECK(flat.IsFlat()); in StringToDouble()
Duri.cc424 DCHECK(string->IsFlat()); in EscapePrivate()
Dobjects-debug.cc530 if (this->IsFlat()) { in ConsStringVerify()
Dfactory.cc552 DCHECK(left->IsFlat()); in NewConsString()
553 DCHECK(right->IsFlat()); in NewConsString()
Dobjects-inl.h369 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() function
3619 DCHECK(this->IsFlat()); in GetUnderlying()
Dobjects.h8812 bool IsFlat() const { return state_ != NON_FLAT; } in IsFlat() function
8995 inline bool IsFlat();
Dobjects.cc1954 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()