Searched defs:is_one_byte (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/parsing/ |
D | duplicate-finder.cc | 18 bool DuplicateFinder::AddSymbol(Vector<const uint8_t> key, bool is_one_byte) { in AddSymbol() 27 uint32_t DuplicateFinder::Hash(Vector<const uint8_t> key, bool is_one_byte) { in Hash() 62 bool is_one_byte) { in BackupKey()
|
D | scanner.h | 386 bool is_one_byte() const { return is_one_byte_; } in is_one_byte() function
|
/external/v8/src/extensions/ |
D | externalize-string-extension.cc | 137 bool is_one_byte = in IsOneByte() local
|
/external/v8/src/regexp/ |
D | regexp-macro-assembler.cc | 170 bool is_one_byte = subject_handle->IsOneByteRepresentationUnderneath(); in CheckStackGuardState() local 250 bool is_one_byte = subject_ptr->IsOneByteRepresentation(); in Match() local
|
D | jsregexp.cc | 314 bool is_one_byte) { in EnsureCompiledIrregexp() 336 bool is_one_byte) { in CompileIrregexp() 429 ByteArray* RegExpImpl::IrregexpByteCode(FixedArray* re, bool is_one_byte) { in IrregexpByteCode() 434 Code* RegExpImpl::IrregexpNativeCode(FixedArray* re, bool is_one_byte) { in IrregexpNativeCode() 457 bool is_one_byte = subject->IsOneByteRepresentationUnderneath(); in IrregexpPrepare() local 488 bool is_one_byte = subject->IsOneByteRepresentationUnderneath(); in IrregexpExecRaw() local 3435 void TextNode::MakeCaseIndependent(Isolate* isolate, bool is_one_byte) { in MakeCaseIndependent() 5880 bool is_one_byte) { in AddCaseEquivalents() 6615 Handle<String> sample_subject, bool is_one_byte) { in Compile()
|
D | jsregexp.h | 1436 Analysis(Isolate* isolate, JSRegExp::Flags flags, bool is_one_byte) in Analysis()
|
/external/v8/src/ast/ |
D | ast-value-factory.h | 99 bool is_one_byte() const { return IsOneByteBits::decode(bit_field_); } in is_one_byte() function 121 AstRawString(bool is_one_byte, const Vector<const byte>& literal_bytes, in AstRawString()
|
D | ast-value-factory.cc | 376 AstRawString* AstValueFactory::GetString(uint32_t hash, bool is_one_byte, in GetString()
|
/external/v8/src/runtime/ |
D | runtime-strings.cc | 486 bool is_one_byte = separator->IsOneByteRepresentation(); in RUNTIME_FUNCTION() local
|
/external/v8/src/ |
D | factory.cc | 667 bool is_one_byte = left_is_one_byte && right_is_one_byte; in NewConsString() local 847 bool is_one_byte = length <= kOneByteCheckLengthLimit && in NewExternalStringFromTwoByte() local
|
D | objects.cc | 2483 bool is_one_byte = this->IsOneByteRepresentation(); in MakeExternal() local
|
/external/v8/src/heap/ |
D | mark-compact.cc | 1190 bool is_one_byte) { in UpdateRegExpCodeAgeAndFlush()
|