Home
last modified time | relevance | path

Searched refs:CACHE_SIZE (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser_cache.h30 static constexpr size_t CACHE_SIZE = 128; variable
50 std::array<ParserKey, CACHE_SIZE> info_ {};
Dregexp_parser_cache.cpp42 return (hashcode ^ flags) % CACHE_SIZE; in GetHash()
Dregexp_parser.cpp28 static constexpr uint32_t CACHE_SIZE = 128; variable
802 char buffer[CACHE_SIZE] = {0}; in ParseGroupSpecifier()
820 } else if (c > CACHE_SIZE && c != KEY_EOF) { in ParseGroupSpecifier()
1473 if (c < CACHE_SIZE) { in IsIdentFirst()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_regexp_test.cpp657 RegExpParserCache::CACHE_SIZE, vec).first.IsHole()); in HWTEST_F_L0()