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

  /external/v8/src/parsing/
scanner.h 156 LiteralBuffer() : is_one_byte_(true), position_(0), backing_store_() { }
162 if (is_one_byte_) {
184 bool is_one_byte() const { return is_one_byte_; }
192 DCHECK(!is_one_byte_);
200 DCHECK(is_one_byte_);
207 return is_one_byte_ ? position_ : (position_ >> 1);
211 position_ -= delta * (is_one_byte_ ? kOneByteSize : kUC16Size);
216 is_one_byte_ = true;
225 is_one_byte_ = other->is_one_byte_;
274 bool is_one_byte_; member in class:v8::internal::LiteralBuffer
    [all...]
  /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
ast-value-factory.cc 61 if (string_->is_one_byte_)
74 if (string_->is_one_byte_)
100 if (!is_one_byte_ || literal_bytes_.length() == 0 ||
110 if (is_one_byte_ && literal_bytes_.length() == length) {
  /external/v8/src/
string-builder.cc 20 if (is_one_byte_) {
string-builder.h 199 is_one_byte_(subject->IsOneByteRepresentation()) {
237 is_one_byte_ = false;
266 bool is_one_byte_; local
objects-inl.h 501 if (is_one_byte_) {
511 DCHECK_EQ(is_one_byte_, sizeof(Char) == 1);
    [all...]
api.cc 4671 bool is_one_byte_; member in class:v8::ContainsOnlyOneByteHelper
    [all...]
objects.cc 11767 bool is_one_byte_; member in class:v8::internal::__anon24271::StringComparator::State
    [all...]
objects.h     [all...]
  /external/v8/src/regexp/
jsregexp.h 1470 bool is_one_byte_; member in class:v8::internal::Analysis
    [all...]
jsregexp.cc 5994 that->MakeCaseIndependent(isolate(), is_one_byte_); local
    [all...]

Completed in 96 milliseconds