Home
last modified time | relevance | path

Searched refs:needs_tier_up_compilation (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/regexp/
H A Dregexp.cc438 bool needs_tier_up_compilation = in EnsureCompiledIrregexp() local
441 if (FLAG_trace_regexp_tier_up && needs_tier_up_compilation) { in EnsureCompiledIrregexp()
446 if (!needs_initial_compilation && !needs_tier_up_compilation) { in EnsureCompiledIrregexp()
452 DCHECK_IMPLIES(needs_tier_up_compilation, bytecode.IsByteArray()); in EnsureCompiledIrregexp()

Completed in 3 milliseconds