Home
last modified time | relevance | path

Searched refs:SetCacheLength (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.h209 inline void SetCacheLength(JSThread *thread, int length) in SetCacheLength() function
Dbuiltins_regexp.cpp1850 table->SetCacheLength(thread, INITIAL_CACHE_NUMBER); in CreateCacheTable()
1959 cache->SetCacheLength(thread, DEFAULT_CACHE_NUMBER); in AddResultInCache()