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

  /external/chromium_org/v8/src/extensions/
externalize-string-extension.cc 120 bool is_one_byte = local
122 args.GetReturnValue().Set(is_one_byte);
  /external/chromium_org/v8/src/
ast-value-factory.h 81 bool is_one_byte() const { return is_one_byte_; } function in class:v8::internal::AstRawString
101 AstRawString(bool is_one_byte, const Vector<const byte>& literal_bytes,
103 : is_one_byte_(is_one_byte), literal_bytes_(literal_bytes), hash_(hash) {}
321 const AstRawString* GetString(uint32_t hash, bool is_one_byte,
preparse-data.h 127 bool is_one_byte; member in struct:v8::internal::CompleteParserRecorder::Key
regexp-macro-assembler.cc 105 bool is_one_byte = subject_ptr->IsOneByteRepresentation(); local
108 int char_size_shift = is_one_byte ? 0 : 1;
factory.cc 494 bool is_one_byte = left_is_one_byte && right_is_one_byte; local
496 if (!is_one_byte) {
515 if (is_one_byte) {
541 Handle<Map> map = (is_one_byte || is_one_byte_data_in_two_byte_string)
649 bool is_one_byte = length <= kOneByteCheckLengthLimit && local
651 Handle<Map> map = is_one_byte ?
    [all...]
jsregexp.cc 354 bool is_one_byte) {
355 Object* compiled_code = re->DataAt(JSRegExp::code_index(is_one_byte));
363 Object* saved_code = re->DataAt(JSRegExp::saved_code_index(is_one_byte));
366 re->SetDataAt(JSRegExp::code_index(is_one_byte), saved_code);
370 return CompileIrregexp(re, sample_subject, is_one_byte);
391 bool is_one_byte) {
398 Object* entry = re->DataAt(JSRegExp::code_index(is_one_byte));
412 Object* error_string = re->DataAt(JSRegExp::saved_code_index(is_one_byte));
439 is_one_byte, &zone);
449 data->set(JSRegExp::code_index(is_one_byte), result.code)
508 bool is_one_byte = subject->IsOneByteRepresentationUnderneath(); local
539 bool is_one_byte = subject->IsOneByteRepresentationUnderneath(); local
    [all...]
objects.cc 1008 bool is_one_byte = this->IsOneByteRepresentation(); local
    [all...]
  /external/chromium_org/v8/src/mips/
regexp-macro-assembler-mips.cc 1129 bool is_one_byte = subject->IsOneByteRepresentationUnderneath(); local
    [all...]
  /external/chromium_org/v8/src/mips64/
regexp-macro-assembler-mips64.cc 1175 bool is_one_byte = subject->IsOneByteRepresentationUnderneath(); local
    [all...]
  /external/chromium_org/v8/src/arm64/
regexp-macro-assembler-arm64.cc 1318 bool is_one_byte = subject->IsOneByteRepresentationUnderneath(); local
    [all...]

Completed in 175 milliseconds