Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-regexp.cc1139 FixedArray* last_match_cache; in SearchRegExpMultiple() local
1141 isolate->heap(), *subject, regexp->data(), &last_match_cache, in SearchRegExpMultiple()
1147 last_match[i] = Smi::ToInt(last_match_cache->get(i)); in SearchRegExpMultiple()
1272 Handle<FixedArray> last_match_cache = in SearchRegExpMultiple() local
1276 last_match_cache->set(i, Smi::FromInt(last_match[i])); in SearchRegExpMultiple()
1286 last_match_cache, RegExpResultsCache::REGEXP_MULTIPLE_INDICES); in SearchRegExpMultiple()
/external/v8/src/regexp/
Djsregexp.cc6789 FixedArray** last_match_cache, in Lookup() argument
6816 *last_match_cache = FixedArray::cast(cache->get(index + kLastMatchOffset)); in Lookup()
6824 Handle<FixedArray> last_match_cache, in Enter() argument
6846 cache->set(index + kLastMatchOffset, *last_match_cache); in Enter()
6854 cache->set(index2 + kLastMatchOffset, *last_match_cache); in Enter()
6863 cache->set(index + kLastMatchOffset, *last_match_cache); in Enter()
Djsregexp.h1551 Handle<FixedArray> last_match_cache, ResultsCacheType type);