Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-regexp.cc254 if (match_from > 0) builder->AddSubjectSlice(0, match_from); in Apply()
259 builder->AddSubjectSlice(match_to, subject_length); in Apply()
268 builder->AddSubjectSlice(from, to); in Apply()
524 builder.AddSubjectSlice(prev, start); in StringReplaceGlobalRegExpWithString()
541 builder.AddSubjectSlice(prev, subject_length); in StringReplaceGlobalRegExpWithString()
900 ReplacementStringBuilder::AddSubjectSlice(&builder, match_end, in SearchRegExpMultiple()
951 ReplacementStringBuilder::AddSubjectSlice(&builder, match_end, in SearchRegExpMultiple()
/external/v8/src/
Dstring-builder.h205 static inline void AddSubjectSlice(FixedArrayBuilder* builder, int from, in AddSubjectSlice() function
226 void AddSubjectSlice(int from, int to) { in AddSubjectSlice() function
227 AddSubjectSlice(&array_builder_, from, to); in AddSubjectSlice()