Home
last modified time | relevance | path

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

/external/v8/src/
Dstring-builder.h204 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/
Druntime-regexp.cc255 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()
538 builder.AddSubjectSlice(prev, start); in StringReplaceGlobalRegExpWithString()
555 builder.AddSubjectSlice(prev, subject_length); in StringReplaceGlobalRegExpWithString()
997 ReplacementStringBuilder::AddSubjectSlice(&builder, match_end, in SearchRegExpMultiple()
1048 ReplacementStringBuilder::AddSubjectSlice(&builder, match_end, in SearchRegExpMultiple()