Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_regexp.h312 static constexpr int DEFAULT_CACHE_NUMBER = 0x1000; member in panda::ecmascript::builtins::RegExpExecResultCache
H A Dbuiltins_regexp.cpp2610 if (cache->GetCacheLength() < DEFAULT_CACHE_NUMBER) { in AddResultInCache()
2617 cache->SetCacheLength(thread, DEFAULT_CACHE_NUMBER); in AddResultInCache()
2643 int length = CACHE_TABLE_HEADER_SIZE + DEFAULT_CACHE_NUMBER * ENTRY_SIZE; in GrowRegexpCache()

Completed in 8 milliseconds