Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.h168 inline int GetCacheCount() in GetCacheCount() function
175 std::cout << "cache count: " << GetCacheCount() << std::endl; in Print()
Dbuiltins_regexp.cpp1941 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()