Searched refs:AddSubjectSlice (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ |
D | string-builder.h | 204 static inline void AddSubjectSlice(FixedArrayBuilder* builder, int from, in AddSubjectSlice() function 225 void AddSubjectSlice(int from, int to) { in AddSubjectSlice() function 226 AddSubjectSlice(&array_builder_, from, to); in AddSubjectSlice()
|
/external/v8/src/runtime/ |
D | runtime-regexp.cc | 255 if (match_from > 0) builder->AddSubjectSlice(0, match_from); in Apply() 260 builder->AddSubjectSlice(match_to, subject_length); in Apply() 269 builder->AddSubjectSlice(from, to); in Apply() 535 builder.AddSubjectSlice(prev, start); in StringReplaceGlobalRegExpWithString() 552 builder.AddSubjectSlice(prev, subject_length); in StringReplaceGlobalRegExpWithString() 994 ReplacementStringBuilder::AddSubjectSlice(&builder, match_end, in SearchRegExpMultiple() 1045 ReplacementStringBuilder::AddSubjectSlice(&builder, match_end, in SearchRegExpMultiple()
|