Home
last modified time | relevance | path

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

/external/v8/src/extensions/
Dexternalize-string-extension.cc131 bool is_one_byte = in IsOneByte() local
/external/v8/src/ast/
Dast-value-factory.h62 bool is_one_byte() const { return is_one_byte_; } in is_one_byte() function
86 AstRawString(bool is_one_byte, const Vector<const byte>& literal_bytes, in AstRawString()
Dast-value-factory.cc280 AstRawString* AstValueFactory::GetString(uint32_t hash_field, bool is_one_byte, in GetString()
/external/v8/src/regexp/
Dregexp-macro-assembler.cc171 bool is_one_byte = subject_handle->IsOneByteRepresentationUnderneath(); in CheckStackGuardState() local
254 bool is_one_byte = subject_ptr->IsOneByteRepresentation(); in Match() local
Djsregexp.cc301 bool is_one_byte) { in EnsureCompiledIrregexp()
313 bool is_one_byte) { in CompileIrregexp()
396 ByteArray* RegExpImpl::IrregexpByteCode(FixedArray* re, bool is_one_byte) { in IrregexpByteCode()
401 Code* RegExpImpl::IrregexpNativeCode(FixedArray* re, bool is_one_byte) { in IrregexpNativeCode()
418 bool is_one_byte = subject->IsOneByteRepresentationUnderneath(); in IrregexpPrepare() local
444 bool is_one_byte = subject->IsOneByteRepresentationUnderneath(); in IrregexpExecRaw() local
3354 void TextNode::MakeCaseIndependent(Isolate* isolate, bool is_one_byte) { in MakeCaseIndependent()
5900 bool is_one_byte) { in AddCaseEquivalents()
6633 Handle<String> sample_subject, bool is_one_byte) { in Compile()
Djsregexp.h1465 Analysis(Isolate* isolate, bool is_one_byte) in Analysis()
/external/v8/src/runtime/
Druntime-strings.cc498 bool is_one_byte = separator->IsOneByteRepresentation(); in RUNTIME_FUNCTION() local
/external/v8/src/parsing/
Dscanner.h441 bool is_one_byte() const { return is_one_byte_; } in is_one_byte() function
/external/v8/src/heap/
Dfactory.cc1082 bool is_one_byte = left_is_one_byte && right_is_one_byte; in NewConsString() local
1273 bool is_one_byte = in NewExternalStringFromTwoByte() local
/external/v8/src/compiler/
Deffect-control-linearizer.cc2983 Node* is_one_byte) { in LoadFromSeqString()
/external/v8/src/
Dobjects.cc2621 bool is_one_byte = this->IsOneByteRepresentation(); in MakeExternal() local