HomeSort by relevance Sort by last modified time
    Searched defs:is_one_byte_ (Results 1 - 7 of 7) sorted by null

  /external/v8/src/ast/
ast-value-factory.h 68 if (is_one_byte_)
83 bool is_one_byte() const { return is_one_byte_; }
86 if (is_one_byte_)
104 : is_one_byte_(is_one_byte), literal_bytes_(literal_bytes), hash_(hash) {}
107 : is_one_byte_(true),
110 bool is_one_byte_; member in class:v8::internal::final
  /external/v8/src/
string-builder.h 199 is_one_byte_(subject->IsOneByteRepresentation()) {
237 is_one_byte_ = false;
266 bool is_one_byte_; local
api.cc 4841 bool is_one_byte_; member in class:v8::ContainsOnlyOneByteHelper
    [all...]
objects.cc 11039 bool is_one_byte_; member in class:v8::internal::__anon23743::StringComparator::State
    [all...]
  /external/v8/src/parsing/
scanner.h 158 LiteralBuffer() : is_one_byte_(true), position_(0), backing_store_() { }
164 DCHECK(is_one_byte_);
173 if (is_one_byte_) {
195 bool is_one_byte() const { return is_one_byte_; }
203 DCHECK(!is_one_byte_);
211 DCHECK(is_one_byte_);
218 return is_one_byte_ ? position_ : (position_ >> 1);
222 position_ -= delta * (is_one_byte_ ? kOneByteSize : kUC16Size);
227 is_one_byte_ = true;
236 is_one_byte_ = other->is_one_byte_
291 bool is_one_byte_; member in class:v8::internal::LiteralBuffer
    [all...]
  /external/v8/src/regexp/
jsregexp.h 1517 bool is_one_byte_; member in class:v8::internal::Analysis
    [all...]
jsregexp.cc 6329 that->MakeCaseIndependent(isolate(), is_one_byte_); local
    [all...]

Completed in 73 milliseconds