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

  /external/chromium_org/v8/src/
scanner.h 194 LiteralBuffer() : is_one_byte_(true), position_(0), backing_store_() { }
204 if (is_one_byte_) {
217 bool is_one_byte() { return is_one_byte_; }
225 ASSERT(!is_one_byte_);
233 ASSERT(is_one_byte_);
240 return is_one_byte_ ? position_ : (position_ >> 1);
245 is_one_byte_ = true;
267 ASSERT(is_one_byte_);
287 is_one_byte_ = false;
290 bool is_one_byte_; member in class:v8::internal::LiteralBuffer
    [all...]
api.cc 4212 bool is_one_byte_; member in class:v8::ContainsOnlyOneByteHelper
    [all...]
objects-inl.h     [all...]
objects.cc 9075 bool is_one_byte_; member in class:v8::internal::StringComparator::State
    [all...]
objects.h     [all...]

Completed in 658 milliseconds