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

  /external/v8/src/
string-builder.h 198 is_one_byte_(subject->IsOneByteRepresentation()) {
236 is_one_byte_ = false;
265 bool is_one_byte_; local
api.cc 5426 bool is_one_byte_; member in class:v8::ContainsOnlyOneByteHelper
    [all...]
objects.cc 11021 bool is_one_byte_; member in class:v8::internal::__anon41116::StringComparator::State
    [all...]
  /external/v8/src/parsing/
scanner.h 368 LiteralBuffer() : is_one_byte_(true), position_(0), backing_store_() {}
378 if (is_one_byte_ &&
386 bool is_one_byte() const { return is_one_byte_; }
394 DCHECK(!is_one_byte_);
402 DCHECK(is_one_byte_);
407 int length() const { return is_one_byte_ ? position_ : (position_ >> 1); }
410 position_ -= delta * (is_one_byte_ ? kOneByteSize : kUC16Size);
415 is_one_byte_ = true;
435 DCHECK(is_one_byte_);
446 bool is_one_byte_; member in class:v8::internal::Scanner::LiteralBuffer
    [all...]
  /external/v8/src/regexp/
jsregexp.h 1466 bool is_one_byte_; member in class:v8::internal::Analysis
    [all...]
jsregexp.cc 6317 that->MakeCaseIndependent(isolate(), is_one_byte_); local
    [all...]

Completed in 193 milliseconds