Home
last modified time | relevance | path

Searched refs:STRING_SPLIT_SUBSTRINGS (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/runtime/
Druntime-regexp.cc835 RegExpResultsCache::STRING_SPLIT_SUBSTRINGS), in RUNTIME_FUNCTION()
890 RegExpResultsCache::STRING_SPLIT_SUBSTRINGS); in RUNTIME_FUNCTION()
/external/v8/src/regexp/
Djsregexp.h1541 enum ResultsCacheType { REGEXP_MULTIPLE_INDICES, STRING_SPLIT_SUBSTRINGS }; enumerator
Djsregexp.cc6793 if (type == STRING_SPLIT_SUBSTRINGS) { in Lookup()
6829 if (type == STRING_SPLIT_SUBSTRINGS) { in Enter()
6868 if (type == STRING_SPLIT_SUBSTRINGS && value_array->length() < 100) { in Enter()