Home
last modified time | relevance | path

Searched defs:is_one_byte (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/parsing/
Dduplicate-finder.cc18 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()
Dscanner.h386 bool is_one_byte() const { return is_one_byte_; } in is_one_byte() function
/external/v8/src/extensions/
Dexternalize-string-extension.cc137 bool is_one_byte = in IsOneByte() local
/external/v8/src/regexp/
Dregexp-macro-assembler.cc170 bool is_one_byte = subject_handle->IsOneByteRepresentationUnderneath(); in CheckStackGuardState() local
250 bool is_one_byte = subject_ptr->IsOneByteRepresentation(); in Match() local
Djsregexp.cc314 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()
Djsregexp.h1436 Analysis(Isolate* isolate, JSRegExp::Flags flags, bool is_one_byte) in Analysis()
/external/v8/src/ast/
Dast-value-factory.h99 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()
Dast-value-factory.cc376 AstRawString* AstValueFactory::GetString(uint32_t hash, bool is_one_byte, in GetString()
/external/v8/src/runtime/
Druntime-strings.cc486 bool is_one_byte = separator->IsOneByteRepresentation(); in RUNTIME_FUNCTION() local
/external/v8/src/
Dfactory.cc667 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
Dobjects.cc2483 bool is_one_byte = this->IsOneByteRepresentation(); in MakeExternal() local
/external/v8/src/heap/
Dmark-compact.cc1190 bool is_one_byte) { in UpdateRegExpCodeAgeAndFlush()