/external/v8/src/ |
D | ast-value-factory.h | 81 bool is_one_byte() const { return is_one_byte_; } in is_one_byte() function 101 AstRawString(bool is_one_byte, const Vector<const byte>& literal_bytes, in AstRawString()
|
D | scanner.cc | 1244 bool is_one_byte, in AddSymbol() 1309 uint32_t DuplicateFinder::Hash(Vector<const uint8_t> key, bool is_one_byte) { in Hash() 1346 bool is_one_byte) { in BackupKey()
|
D | preparse-data.h | 127 bool is_one_byte; member
|
D | regexp-macro-assembler.cc | 105 bool is_one_byte = subject_ptr->IsOneByteRepresentation(); in Match() local
|
D | ast-value-factory.cc | 384 uint32_t hash, bool is_one_byte, Vector<const byte> literal_bytes) { in GetString()
|
D | jsregexp.cc | 354 bool is_one_byte) { in EnsureCompiledIrregexp() 391 bool is_one_byte) { in CompileIrregexp() 480 ByteArray* RegExpImpl::IrregexpByteCode(FixedArray* re, bool is_one_byte) { in IrregexpByteCode() 485 Code* RegExpImpl::IrregexpNativeCode(FixedArray* re, bool is_one_byte) { in IrregexpNativeCode() 508 bool is_one_byte = subject->IsOneByteRepresentationUnderneath(); in IrregexpPrepare() local 539 bool is_one_byte = subject->IsOneByteRepresentationUnderneath(); in IrregexpExecRaw() local 3393 void TextNode::MakeCaseIndependent(bool is_one_byte) { in MakeCaseIndependent() 5336 bool is_one_byte, Zone* zone) { in AddCaseEquivalents() 6037 Handle<String> sample_subject, bool is_one_byte, Zone* zone) { in Compile()
|
D | scanner.h | 219 bool is_one_byte() const { return is_one_byte_; } in is_one_byte() function
|
D | factory.cc | 494 bool is_one_byte = left_is_one_byte && right_is_one_byte; in NewConsString() local 649 bool is_one_byte = length <= kOneByteCheckLengthLimit && in NewExternalStringFromTwoByte() local
|
D | jsregexp.h | 1601 Analysis(bool ignore_case, bool is_one_byte) in Analysis()
|
D | runtime.cc | 7432 bool is_one_byte = separator->IsOneByteRepresentation(); in RUNTIME_FUNCTION() local
|
D | objects.cc | 1008 bool is_one_byte = this->IsOneByteRepresentation(); in MakeExternal() local
|
/external/v8/src/extensions/ |
D | externalize-string-extension.cc | 120 bool is_one_byte = in IsOneByte() local
|
/external/v8/test/cctest/ |
D | test-regexp.cc | 500 static RegExpNode* Compile(const char* input, bool multiline, bool is_one_byte, in Compile() 518 static void Execute(const char* input, bool multiline, bool is_one_byte, in Execute()
|
/external/v8/src/mips/ |
D | regexp-macro-assembler-mips.cc | 1129 bool is_one_byte = subject->IsOneByteRepresentationUnderneath(); in CheckStackGuardState() local
|
/external/v8/src/mips64/ |
D | regexp-macro-assembler-mips64.cc | 1175 bool is_one_byte = subject->IsOneByteRepresentationUnderneath(); in CheckStackGuardState() local
|
/external/v8/src/arm/ |
D | regexp-macro-assembler-arm.cc | 1070 bool is_one_byte = subject->IsOneByteRepresentationUnderneath(); in CheckStackGuardState() local
|
/external/v8/src/ia32/ |
D | regexp-macro-assembler-ia32.cc | 1102 bool is_one_byte = subject->IsOneByteRepresentationUnderneath(); in CheckStackGuardState() local
|
/external/v8/src/x87/ |
D | regexp-macro-assembler-x87.cc | 1101 bool is_one_byte = subject->IsOneByteRepresentationUnderneath(); in CheckStackGuardState() local
|
/external/v8/src/x64/ |
D | regexp-macro-assembler-x64.cc | 1208 bool is_one_byte = subject->IsOneByteRepresentationUnderneath(); in CheckStackGuardState() local
|
/external/v8/src/arm64/ |
D | regexp-macro-assembler-arm64.cc | 1318 bool is_one_byte = subject->IsOneByteRepresentationUnderneath(); in CheckStackGuardState() local
|
/external/v8/src/heap/ |
D | mark-compact.cc | 1464 bool is_one_byte) { in UpdateRegExpCodeAgeAndFlush()
|