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.cc946 FixedArray* last_match_cache; in SearchRegExpMultiple() local
948 isolate->heap(), *subject, regexp->data(), &last_match_cache, in SearchRegExpMultiple()
954 last_match[i] = Smi::cast(last_match_cache->get(i))->value(); in SearchRegExpMultiple()
1059 Handle<FixedArray> last_match_cache = in SearchRegExpMultiple() local
1063 last_match_cache->set(i, Smi::FromInt(last_match[i])); in SearchRegExpMultiple()
1073 last_match_cache, RegExpResultsCache::REGEXP_MULTIPLE_INDICES); in SearchRegExpMultiple()
/external/v8/src/regexp/
Djsregexp.cc6775 FixedArray** last_match_cache, in Lookup() argument
6802 *last_match_cache = FixedArray::cast(cache->get(index + kLastMatchOffset)); in Lookup()
6810 Handle<FixedArray> last_match_cache, in Enter() argument
6832 cache->set(index + kLastMatchOffset, *last_match_cache); in Enter()
6840 cache->set(index2 + kLastMatchOffset, *last_match_cache); in Enter()
6849 cache->set(index + kLastMatchOffset, *last_match_cache); in Enter()
Djsregexp.h1529 Handle<FixedArray> last_match_cache, ResultsCacheType type);