Home
last modified time | relevance | path

Searched refs:compiled_replacement (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/runtime/
Druntime-regexp.cc624 CompiledReplacement compiled_replacement(&zone); in StringReplaceGlobalRegExpWithString() local
625 const bool simple_replace = compiled_replacement.Compile( in StringReplaceGlobalRegExpWithString()
651 int expected_parts = (compiled_replacement.parts() + 1) * 4 + 1; in StringReplaceGlobalRegExpWithString()
657 const int parts_added_per_loop = 2 * (compiled_replacement.parts() + 2); in StringReplaceGlobalRegExpWithString()
674 compiled_replacement.Apply(&builder, start, end, current_match); in StringReplaceGlobalRegExpWithString()