Searched refs:IsFlat (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/v8/src/
H A Duri.h229 DCHECK(string->IsFlat());
H A Dregexp-macro-assembler.cc80 DCHECK(subject->IsFlat());
H A Dinterpreter-irregexp.cc581 DCHECK(subject->IsFlat());
H A Djson-stringifier.h283 DCHECK(object->IsFlat());
H A Dobjects-debug.cc504 if (this->IsFlat()) {
H A Dfactory.cc511 DCHECK(left->IsFlat());
512 DCHECK(right->IsFlat());
H A Djsregexp.cc285 DCHECK(needle->IsFlat());
295 DCHECK(needle_content.IsFlat());
296 DCHECK(subject_content.IsFlat());
537 DCHECK(subject->IsFlat());
H A Dobjects-inl.h353 DCHECK(IsFlat());
369 DCHECK(IsFlat());
3357 if (cons->IsFlat()) return handle(cons->first());
3398 bool String::IsFlat() { function in class:v8::internal::String
3407 DCHECK(this->IsFlat());
H A Druntime.cc3604 DCHECK(content.IsFlat());
3754 DCHECK(subject_content.IsFlat());
3755 DCHECK(pattern_content.IsFlat());
3828 DCHECK(subject->IsFlat());
3829 DCHECK(replacement->IsFlat());
3916 DCHECK(subject->IsFlat());
3917 DCHECK(replacement->IsFlat());
4012 DCHECK(subject->IsFlat());
4523 DCHECK(subject->IsFlat());
6333 DCHECK(string->IsFlat());
[all...]
H A Dobjects.h8629 bool IsFlat() { return state_ != NON_FLAT; } function in class:v8::internal::String::FlatContent
8693 // Requires: this->IsFlat()
8731 // Requires: StringShape(this).IsIndirect() && this->IsFlat()
8797 inline bool IsFlat();
H A Dobjects.cc983 DCHECK(result->IsFlat());
8170 DCHECK(str->IsFlat());
8174 DCHECK(content.IsFlat());
8483 DCHECK(content.IsFlat());
/external/chromium_org/v8/test/cctest/
H A Dtest-strings.cc442 CHECK(root->IsConsString() && !root->IsFlat());
447 CHECK(root->IsConsString() && root->IsFlat());
607 CHECK(flat_string->IsFlat() && !flat_string->IsConsString());
1108 CHECK(!parent->IsFlat());
1111 CHECK(parent->IsFlat());
1118 CHECK(slice->IsFlat());
1149 CHECK(slice->IsFlat());
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h175 inline bool IsFlat() const;
1123 inline bool CodedInputStream::IsFlat() const { function in class:google::protobuf::io::CodedInputStream
/external/chromium_org/third_party/libwebp/enc/
H A Dquant.c855 static score_t IsFlat(const int16_t* levels, int num_blocks, score_t thresh) { function
892 IsFlat(rd16.y_ac_levels[0], kNumBlocks, FLATNESS_LIMIT_I16)) {
976 if (mode > 0 && IsFlat(tmp_levels, kNumBlocks, FLATNESS_LIMIT_I4)) {
1038 if (mode > 0 && IsFlat(rd_uv.uv_levels[0], kNumBlocks, FLATNESS_LIMIT_UV)) {
/external/webp/src/enc/
H A Dquant.c855 static score_t IsFlat(const int16_t* levels, int num_blocks, score_t thresh) { function
892 IsFlat(rd16.y_ac_levels[0], kNumBlocks, FLATNESS_LIMIT_I16)) {
976 if (mode > 0 && IsFlat(tmp_levels, kNumBlocks, FLATNESS_LIMIT_I4)) {
1038 if (mode > 0 && IsFlat(rd_uv.uv_levels[0], kNumBlocks, FLATNESS_LIMIT_UV)) {

Completed in 507 milliseconds