Searched defs:is_one_byte_ (Results 1 - 8 of 8) sorted by last modified time

/external/chromium_org/v8/src/
H A Dapi.cc4260 ContainsOnlyOneByteHelper() : is_one_byte_(true) {}
4263 if (cons_string == NULL) return is_one_byte_;
4289 is_one_byte_ = false;
4298 if ((acc & kOneByteMask) != 0) is_one_byte_ = false;
4308 if (!is_one_byte_) return false;
4313 if (!is_one_byte_) return false;
4324 if (!is_one_byte_) return false;
4340 return is_one_byte_;
4342 bool is_one_byte_; member in class:v8::ContainsOnlyOneByteHelper
H A Dast-value-factory.h68 if (is_one_byte_)
81 bool is_one_byte() const { return is_one_byte_; }
84 if (is_one_byte_)
103 : is_one_byte_(is_one_byte), literal_bytes_(literal_bytes), hash_(hash) {}
106 : is_one_byte_(true),
109 bool is_one_byte_; member in class:v8::internal::AstRawString
H A Djson-stringifier.h48 if (is_one_byte_) {
56 if (is_one_byte_) {
162 bool is_one_byte_; member in class:v8::internal::BASE_EMBEDDED
242 is_one_byte_(true),
734 if (is_one_byte_) {
753 is_one_byte_ = false;
861 if (is_one_byte_) {
H A Djsregexp.h1603 is_one_byte_(is_one_byte),
1624 bool is_one_byte_; member in class:v8::internal::Analysis
H A Dobjects.cc8162 is_one_byte_(true),
8175 is_one_byte_ = content.IsOneByte();
8176 if (is_one_byte_) {
8552 : op_(op), is_one_byte_(true), length_(0), buffer8_(NULL) {}
8565 is_one_byte_ = true;
8571 is_one_byte_ = false;
8580 if (is_one_byte_) {
8597 bool is_one_byte_; member in class:v8::internal::StringComparator::State
8630 if (state_1_.is_one_byte_) {
8631 if (state_2_.is_one_byte_) {
[all...]
H A Dobjects.h9263 bool is_one_byte_; member in class:v8::internal::String::FlatContent::FlatStringReader
9344 bool is_one_byte_; member in class:v8::internal::String::FlatContent::StringCharacterStream
H A Druntime.cc3292 is_one_byte_(subject->IsOneByteRepresentation()) {
3333 is_one_byte_ = false;
3346 if (is_one_byte_) {
3400 bool is_one_byte_; local
H A Dscanner.h196 LiteralBuffer() : is_one_byte_(true), position_(0), backing_store_() { }
206 if (is_one_byte_) {
219 bool is_one_byte() const { return is_one_byte_; }
227 DCHECK(!is_one_byte_);
235 DCHECK(is_one_byte_);
242 return is_one_byte_ ? position_ : (position_ >> 1);
247 is_one_byte_ = true;
271 DCHECK(is_one_byte_);
291 is_one_byte_ = false;
294 bool is_one_byte_; member in class:v8::internal::LiteralBuffer
[all...]

Completed in 823 milliseconds