Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
H A Dregexp.cc1212 FixedArray* last_match_cache, in Lookup()
1239 *last_match_cache = FixedArray::cast(cache.get(index + kLastMatchOffset)); in Lookup()
1246 Handle<FixedArray> last_match_cache, in Enter()
1268 cache->set(index + kLastMatchOffset, *last_match_cache); in Enter()
1276 cache->set(index2 + kLastMatchOffset, *last_match_cache); in Enter()
1285 cache->set(index + kLastMatchOffset, *last_match_cache); in Enter()
1210 Lookup(Heap* heap, String key_string, Object key_pattern, FixedArray* last_match_cache, ResultsCacheType type) Lookup() argument
1243 Enter(Isolate* isolate, Handle<String> key_string, Handle<Object> key_pattern, Handle<FixedArray> value_array, Handle<FixedArray> last_match_cache, ResultsCacheType type) Enter() argument
H A Dregexp.h219 Handle<FixedArray> last_match_cache, ResultsCacheType type);
/third_party/node/deps/v8/src/runtime/
H A Druntime-regexp.cc1193 FixedArray last_match_cache; in SearchRegExpMultiple() local
1195 isolate->heap(), *subject, regexp->data(), &last_match_cache, in SearchRegExpMultiple()
1201 last_match[i] = Smi::ToInt(last_match_cache.get(i)); in SearchRegExpMultiple()
1324 Handle<FixedArray> last_match_cache = in SearchRegExpMultiple() local
1328 last_match_cache->set(i, Smi::FromInt(last_match[i])); in SearchRegExpMultiple()
1338 last_match_cache, RegExpResultsCache::REGEXP_MULTIPLE_INDICES); in SearchRegExpMultiple()

Completed in 7 milliseconds