Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_regexp.h252 inline void SetCacheCount(JSThread *thread, int hitCount) in SetCacheCount() function in panda::ecmascript::builtins::RegExpExecResultCache
H A Dbuiltins_regexp.cpp2477 table->SetCacheCount(thread, 0); in CreateCacheTable()
2599 cache->SetCacheCount(thread, cache->GetCacheCount() + 1); in AddResultInCache()
2624 cache->SetCacheCount(thread, cache->GetCacheCount() + 1); in AddResultInCache()
2632 cache->SetCacheCount(thread, cache->GetCacheCount() - 1); in AddResultInCache()

Completed in 8 milliseconds