Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_regexp.h283 inline uint32_t GetLargeStrCount() in GetLargeStrCount() function in panda::ecmascript::builtins::RegExpExecResultCache
H A Dbuiltins_regexp.cpp164 if (!isFastPath || cacheTable->GetLargeStrCount() == 0 || cacheTable->GetConflictCount() == 0) { in Exec()
615 if (!isFastPath || cacheTable->GetLargeStrCount() == 0 || cacheTable->GetConflictCount() == 0) { in RegExpMatch()
909 uint32_t largeStrCount = cacheTable->GetLargeStrCount(); in ShouldUseCache()
1060 uint32_t largeStrCount = cacheTable->GetLargeStrCount(); in ReplaceInternal()

Completed in 8 milliseconds