Searched refs:WriteRepeatToFlat (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/runtime/ |
D | runtime-strings.cc | 428 static void WriteRepeatToFlat(String* src, Vector<sinkchar> buffer, int cursor, in WriteRepeatToFlat() function 464 WriteRepeatToFlat<Char>(separator, buffer, cursor, repeat, in JoinSparseArrayWithSeparator() 478 WriteRepeatToFlat<Char>(separator, buffer, cursor, repeat, separator_length); in JoinSparseArrayWithSeparator()
|