Searched refs:ShouldProduceBytecode (Results 1 – 3 of 3) sorted by relevance
472 if (re->ShouldProduceBytecode()) { in RegExpCodeIsValidForPreCompilation()556 compile_data.compilation_target = re->ShouldProduceBytecode() in CompileIrregexp()601 re->ShouldProduceBytecode() ? "bytecode" : "native code", in CompileIrregexp()602 re->ShouldProduceBytecode() in CompileIrregexp()668 if (!regexp->ShouldProduceBytecode()) { in IrregexpExecRaw()698 DCHECK(regexp->ShouldProduceBytecode()); in IrregexpExecRaw()736 if (FLAG_trace_regexp_bytecodes && regexp->ShouldProduceBytecode()) { in IrregexpExec()1071 if (regexp->ShouldProduceBytecode()) { in RegExpGlobalCache()
129 bool ShouldProduceBytecode();
188 bool JSRegExp::ShouldProduceBytecode() { in ShouldProduceBytecode() function in v8::internal::JSRegExp