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

/external/v8/src/regexp/
H A Djsregexp.cc6787 FixedArray** last_match_cache,
6814 *last_match_cache = FixedArray::cast(cache->get(index + kLastMatchOffset));
6822 Handle<FixedArray> last_match_cache,
6844 cache->set(index + kLastMatchOffset, *last_match_cache);
6852 cache->set(index2 + kLastMatchOffset, *last_match_cache);
6861 cache->set(index + kLastMatchOffset, *last_match_cache);
6785 Lookup(Heap* heap, String* key_string, Object* key_pattern, FixedArray** last_match_cache, ResultsCacheType type) argument
6819 Enter(Isolate* isolate, Handle<String> key_string, Handle<Object> key_pattern, Handle<FixedArray> value_array, Handle<FixedArray> last_match_cache, ResultsCacheType type) argument

Completed in 110 milliseconds