Searched refs:is_one_byte_ (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/ |
D | scanner.h | 196 LiteralBuffer() : is_one_byte_(true), position_(0), backing_store_() { } in LiteralBuffer() 206 if (is_one_byte_) { in INLINE() 219 bool is_one_byte() const { return is_one_byte_; } in is_one_byte() 227 DCHECK(!is_one_byte_); in two_byte_literal() 235 DCHECK(is_one_byte_); in one_byte_literal() 242 return is_one_byte_ ? position_ : (position_ >> 1); in length() 247 is_one_byte_ = true; in Reset() 271 DCHECK(is_one_byte_); in ConvertToTwoByte() 291 is_one_byte_ = false; in ConvertToTwoByte() 294 bool is_one_byte_; variable
|
D | ast-value-factory.h | 68 if (is_one_byte_) in length() 81 bool is_one_byte() const { return is_one_byte_; } in is_one_byte() 84 if (is_one_byte_) in FirstCharacter() 103 : is_one_byte_(is_one_byte), literal_bytes_(literal_bytes), hash_(hash) {} in AstRawString() 106 : is_one_byte_(true), in AstRawString() 109 bool is_one_byte_; variable
|
D | ast-value-factory.cc | 60 if (string_->is_one_byte_) in IsMatch() 75 if (string_->is_one_byte_) in AsHandle() 101 if (!is_one_byte_ || literal_bytes_.length() == 0 || in AsArrayIndex() 111 if (is_one_byte_ && literal_bytes_.length() == length) { in IsOneByteEqualTo() 122 if (string1->is_one_byte_ != string2->is_one_byte_) return false; in Compare()
|
D | json-stringifier.h | 48 if (is_one_byte_) { in INLINE() 56 if (is_one_byte_) { in INLINE() 162 bool is_one_byte_; variable 242 is_one_byte_(true), in BasicJsonStringifier() 734 if (is_one_byte_) { in Extend() 753 is_one_byte_ = false; in ChangeEncoding() 861 if (is_one_byte_) { in SerializeString()
|
D | jsregexp.h | 1603 is_one_byte_(is_one_byte), in Analysis() 1624 bool is_one_byte_; variable
|
D | api.cc | 4260 ContainsOnlyOneByteHelper() : is_one_byte_(true) {} in ContainsOnlyOneByteHelper() 4263 if (cons_string == NULL) return is_one_byte_; in Check() 4289 is_one_byte_ = false; in VisitTwoByteString() 4298 if ((acc & kOneByteMask) != 0) is_one_byte_ = false; in VisitTwoByteString() 4308 if (!is_one_byte_) return false; in CheckCons() 4313 if (!is_one_byte_) return false; in CheckCons() 4324 if (!is_one_byte_) return false; in CheckCons() 4340 return is_one_byte_; in CheckCons() 4342 bool is_one_byte_; member in v8::ContainsOnlyOneByteHelper
|
D | objects-inl.h | 469 if (is_one_byte_) { in Get() 3681 return is_one_byte_ ? *buffer8_++ : *buffer16_++; in GetNext() 3688 : is_one_byte_(false), in StringCharacterStream() 3720 is_one_byte_ = true; in VisitOneByteString() 3728 is_one_byte_ = false; in VisitTwoByteString()
|
D | objects.cc | 8162 is_one_byte_(true), in FlatStringReader() 8175 is_one_byte_ = content.IsOneByte(); in PostGarbageCollection() 8176 if (is_one_byte_) { in PostGarbageCollection() 8552 : op_(op), is_one_byte_(true), length_(0), buffer8_(NULL) {} in State() 8565 is_one_byte_ = true; in VisitOneByteString() 8571 is_one_byte_ = false; in VisitTwoByteString() 8580 if (is_one_byte_) { in Advance() 8597 bool is_one_byte_; member in v8::internal::StringComparator::State 8630 if (state_1_.is_one_byte_) { in Equals() 8631 if (state_2_.is_one_byte_) { in Equals() [all …]
|
D | runtime.cc | 3292 is_one_byte_(subject->IsOneByteRepresentation()) { in ReplacementStringBuilder() 3333 is_one_byte_ = false; in AddString() 3346 if (is_one_byte_) { in ToString() 3400 bool is_one_byte_; member in v8::internal::ReplacementStringBuilder
|
D | objects.h | 9263 bool is_one_byte_; variable 9344 bool is_one_byte_;
|
D | jsregexp.cc | 5759 that->MakeCaseIndependent(is_one_byte_); in VisitText()
|