Home
last modified time | relevance | path

Searched defs:CACHE_SIZE (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser_cache.h30 static constexpr size_t CACHE_SIZE = 128; variable
Dregexp_parser.cpp28 static constexpr uint32_t CACHE_SIZE = 128; variable