Home | History | Annotate | Download | only in src

Lines Matching defs:is_one_byte

354                                         bool is_one_byte) {
355 Object* compiled_code = re->DataAt(JSRegExp::code_index(is_one_byte));
363 Object* saved_code = re->DataAt(JSRegExp::saved_code_index(is_one_byte));
366 re->SetDataAt(JSRegExp::code_index(is_one_byte), saved_code);
370 return CompileIrregexp(re, sample_subject, is_one_byte);
391 bool is_one_byte) {
398 Object* entry = re->DataAt(JSRegExp::code_index(is_one_byte));
412 Object* error_string = re->DataAt(JSRegExp::saved_code_index(is_one_byte));
439 is_one_byte, &zone);
449 data->set(JSRegExp::code_index(is_one_byte), result.code);
480 ByteArray* RegExpImpl::IrregexpByteCode(FixedArray* re, bool is_one_byte) {
481 return ByteArray::cast(re->get(JSRegExp::code_index(is_one_byte)));
485 Code* RegExpImpl::IrregexpNativeCode(FixedArray* re, bool is_one_byte) {
486 return Code::cast(re->get(JSRegExp::code_index(is_one_byte)));
508 bool is_one_byte = subject->IsOneByteRepresentationUnderneath();
509 if (!EnsureCompiledIrregexp(regexp, subject, is_one_byte)) return -1;
539 bool is_one_byte = subject->IsOneByteRepresentationUnderneath();
544 EnsureCompiledIrregexp(regexp, subject, is_one_byte);
545 Handle<Code> code(IrregexpNativeCode(*irregexp, is_one_byte), isolate);
575 is_one_byte = subject->IsOneByteRepresentationUnderneath();
593 Handle<ByteArray> byte_codes(IrregexpByteCode(*irregexp, is_one_byte),
995 RegExpCompiler(int capture_count, bool ignore_case, bool is_one_byte,
3393 void TextNode::MakeCaseIndependent(bool is_one_byte) {
3405 ranges->at(j).AddCaseEquivalents(ranges, is_one_byte, zone());
5336 bool is_one_byte, Zone* zone) {
5340 if (is_one_byte && !RangeContainsLatin1Equivalents(*this)) {
6037 Handle<String> sample_subject, bool is_one_byte, Zone* zone) {
6041 RegExpCompiler compiler(data->capture_count, ignore_case, is_one_byte, zone);
6088 if (is_one_byte) {
6099 Analysis analysis(ignore_case, is_one_byte);
6111 is_one_byte ? NativeRegExpMacroAssembler::LATIN1