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

  /external/chromium_org/v8/src/
scanner.h 159 int AddSymbol(Vector<const uint8_t> key, bool is_one_byte, int value);
164 uint8_t* BackupKey(Vector<const uint8_t> key, bool is_one_byte);
171 static uint32_t Hash(Vector<const uint8_t> key, bool is_one_byte);
217 bool is_one_byte() { return is_one_byte_; }
220 return is_one_byte() && keyword.length() == position_ &&
542 return current_.literal_chars->is_one_byte();
560 return next_.literal_chars->is_one_byte();
preparse-data.h 124 bool is_one_byte; member in struct:v8::internal::CompleteParserRecorder::Key
factory.cc 485 bool is_one_byte = left_is_one_byte && right_is_one_byte; local
487 if (!is_one_byte) {
506 if (is_one_byte) {
531 Handle<Map> map = (is_one_byte || is_one_byte_data_in_two_byte_string)
650 bool is_one_byte = length <= kOneByteCheckLengthLimit && local
652 Handle<Map> map = is_one_byte ?
    [all...]
heap.cc     [all...]
heap.h     [all...]
runtime.cc     [all...]
  /external/chromium_org/v8/src/extensions/
externalize-string-extension.cc 120 bool is_one_byte = local
122 args.GetReturnValue().Set(is_one_byte);

Completed in 98 milliseconds