Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.h179 inline void SetLargeStrCount(JSThread *thread, uint32_t newCount) in SetLargeStrCount() function
Dbuiltins_regexp.cpp628 cacheTable->SetLargeStrCount(thread, --largeStrCount); in RegExpReplaceFast()
787 cacheTable->SetLargeStrCount(thread, --largeStrCount); in Replace()
1845 table->SetLargeStrCount(thread, DEFAULT_LARGE_STRING_COUNT); in CreateCacheTable()