Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-regexp.cc289 const uint8_t* subject_end = subject_start + subject.length(); in FindOneByteStringIndices() local
293 memchr(pos, pattern, subject_end - pos)); in FindOneByteStringIndices()
305 const uc16* subject_end = subject_start + subject.length(); in FindTwoByteStringIndices() local
306 for (const uc16* pos = subject_start; pos < subject_end && limit > 0; pos++) { in FindTwoByteStringIndices()
/external/v8/src/builtins/
Dbuiltins-regexp.cc2468 Node* const subject_end = LoadStringLength(string); in ReplaceSimpleStringFastPath() local
2483 SubString(context, string, match_end, subject_end); in ReplaceSimpleStringFastPath()
2496 SubString(context, string, match_end, subject_end); in ReplaceSimpleStringFastPath()