Lines Matching refs:bytecode
45 return re->bytecode(kIsLatin1) != Smi::FromInt(JSRegExp::kUninitializedValue);
62 Handle<ByteArray> bytecode;
89 ZoneList<RegExpInstruction> bytecode = ExperimentalRegExpCompiler::Compile(
93 result.bytecode = VectorToByteArray(isolate, bytecode.ToVector());
120 re->set_bytecode_and_trampoline(isolate, compilation_result->bytecode);
137 ByteArray bytecode, String subject, int capture_count,
152 isolate, call_origin, bytecode, register_count_per_match, subject,
177 ByteArray bytecode = ByteArray::cast(regexp.bytecode(kIsLatin1));
179 return ExecRawImpl(isolate, call_origin, bytecode, subject,
278 *compilation_result->bytecode, *subject,