Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.h163 inline void SetCacheCount(JSThread *thread, int hitCount) in SetCacheCount() function
Dbuiltins_regexp.cpp1849 table->SetCacheCount(thread, 0); in CreateCacheTable()
1941 cache->SetCacheCount(thread, cache->GetCacheCount() + 1); in AddResultInCache()
1965 cache->SetCacheCount(thread, cache->GetCacheCount() + 1); in AddResultInCache()
1972 cache->SetCacheCount(thread, cache->GetCacheCount() - 1); in AddResultInCache()