Searched refs:compiled_replacement (Results 1 – 1 of 1) sorted by relevance
624 CompiledReplacement compiled_replacement(&zone); in StringReplaceGlobalRegExpWithString() local625 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()