Searched defs:is_one_byte (Results 1 – 14 of 14) sorted by relevance
/external/v8/src/regexp/ |
D | regexp-macro-assembler.cc | 79 bool is_one_byte = subject_handle->IsOneByteRepresentationUnderneath(); in CheckStackGuardState() local 156 bool is_one_byte = subject_ptr->IsOneByteRepresentation(); in Match() local
|
D | jsregexp.cc | 318 bool is_one_byte) { in EnsureCompiledIrregexp() 340 bool is_one_byte) { in CompileIrregexp() 426 ByteArray* RegExpImpl::IrregexpByteCode(FixedArray* re, bool is_one_byte) { in IrregexpByteCode() 431 Code* RegExpImpl::IrregexpNativeCode(FixedArray* re, bool is_one_byte) { in IrregexpNativeCode() 454 bool is_one_byte = subject->IsOneByteRepresentationUnderneath(); in IrregexpPrepare() local 485 bool is_one_byte = subject->IsOneByteRepresentationUnderneath(); in IrregexpExecRaw() local 3378 void TextNode::MakeCaseIndependent(Isolate* isolate, bool is_one_byte) { in MakeCaseIndependent() 5562 bool is_one_byte) { in AddCaseEquivalents() 6263 Handle<String> sample_subject, bool is_one_byte) { in Compile()
|
D | jsregexp.h | 1443 Analysis(Isolate* isolate, bool ignore_case, bool is_one_byte) in Analysis()
|
/external/v8/src/extensions/ |
D | externalize-string-extension.cc | 136 bool is_one_byte = in IsOneByte() local
|
/external/v8/src/ast/ |
D | ast-value-factory.h | 83 bool is_one_byte() const { return is_one_byte_; } in is_one_byte() function 102 AstRawString(bool is_one_byte, const Vector<const byte>& literal_bytes, in AstRawString()
|
D | ast-value-factory.cc | 354 AstRawString* AstValueFactory::GetString(uint32_t hash, bool is_one_byte, in GetString()
|
/external/v8/src/parsing/ |
D | scanner.cc | 1544 bool is_one_byte, in AddSymbol() 1609 uint32_t DuplicateFinder::Hash(Vector<const uint8_t> key, bool is_one_byte) { in Hash() 1646 bool is_one_byte) { in BackupKey()
|
D | preparse-data.h | 163 bool is_one_byte; member
|
D | scanner.h | 184 bool is_one_byte() const { return is_one_byte_; } in is_one_byte() function
|
/external/v8/test/cctest/ |
D | test-regexp.cc | 549 bool is_one_byte, Zone* zone) { in Compile() 569 bool is_one_byte, bool dot_output = false) { in Execute()
|
/external/v8/src/runtime/ |
D | runtime-strings.cc | 639 bool is_one_byte = separator->IsOneByteRepresentation(); in RUNTIME_FUNCTION() local
|
/external/v8/src/ |
D | factory.cc | 539 bool is_one_byte = left_is_one_byte && right_is_one_byte; in NewConsString() local 700 bool is_one_byte = length <= kOneByteCheckLengthLimit && in NewExternalStringFromTwoByte() local
|
D | objects.cc | 1767 bool is_one_byte = this->IsOneByteRepresentation(); in MakeExternal() local
|
/external/v8/src/heap/ |
D | mark-compact.cc | 1235 bool is_one_byte) { in UpdateRegExpCodeAgeAndFlush()
|