Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Dregexp-macro-assembler.cc79 bool is_one_byte = subject_handle->IsOneByteRepresentationUnderneath(); in CheckStackGuardState() local
156 bool is_one_byte = subject_ptr->IsOneByteRepresentation(); in Match() local
Djsregexp.cc318 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()
Djsregexp.h1443 Analysis(Isolate* isolate, bool ignore_case, bool is_one_byte) in Analysis()
/external/v8/src/extensions/
Dexternalize-string-extension.cc136 bool is_one_byte = in IsOneByte() local
/external/v8/src/ast/
Dast-value-factory.h83 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()
Dast-value-factory.cc354 AstRawString* AstValueFactory::GetString(uint32_t hash, bool is_one_byte, in GetString()
/external/v8/src/parsing/
Dscanner.cc1544 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()
Dpreparse-data.h163 bool is_one_byte; member
Dscanner.h184 bool is_one_byte() const { return is_one_byte_; } in is_one_byte() function
/external/v8/test/cctest/
Dtest-regexp.cc549 bool is_one_byte, Zone* zone) { in Compile()
569 bool is_one_byte, bool dot_output = false) { in Execute()
/external/v8/src/runtime/
Druntime-strings.cc639 bool is_one_byte = separator->IsOneByteRepresentation(); in RUNTIME_FUNCTION() local
/external/v8/src/
Dfactory.cc539 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
Dobjects.cc1767 bool is_one_byte = this->IsOneByteRepresentation(); in MakeExternal() local
/external/v8/src/heap/
Dmark-compact.cc1235 bool is_one_byte) { in UpdateRegExpCodeAgeAndFlush()