Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.h259 inline void SetCacheCount(JSThread *thread, int hitCount) in SetCacheCount() function
Dbuiltins_regexp.cpp2500 table->SetCacheCount(thread, 0); in CreateCacheTable()
2622 cache->SetCacheCount(thread, cache->GetCacheCount() + 1); in AddResultInCache()
2647 cache->SetCacheCount(thread, cache->GetCacheCount() + 1); in AddResultInCache()
2655 cache->SetCacheCount(thread, cache->GetCacheCount() - 1); in AddResultInCache()