Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_regexp.cpp2469 int length = CACHE_TABLE_HEADER_SIZE + INITIAL_CACHE_NUMBER * ENTRY_SIZE; in CreateCacheTable()
2506 ASSERT((static_cast<size_t>(CACHE_TABLE_HEADER_SIZE) + in FindCachedResult()
2508 uint32_t index = CACHE_TABLE_HEADER_SIZE + entry * ENTRY_SIZE; in FindCachedResult()
2595 ASSERT((static_cast<size_t>(CACHE_TABLE_HEADER_SIZE) + in AddResultInCache()
2597 uint32_t index = CACHE_TABLE_HEADER_SIZE + entry * ENTRY_SIZE; in AddResultInCache()
2607 ASSERT((static_cast<size_t>(CACHE_TABLE_HEADER_SIZE) + in AddResultInCache()
2609 uint32_t index2 = CACHE_TABLE_HEADER_SIZE + entry2 * ENTRY_SIZE; in AddResultInCache()
2619 index2 = CACHE_TABLE_HEADER_SIZE + entry2 * ENTRY_SIZE; in AddResultInCache()
2643 int length = CACHE_TABLE_HEADER_SIZE + DEFAULT_CACHE_NUMBER * ENTRY_SIZE; in GrowRegexpCache()
2654 ASSERT((static_cast<size_t>(CACHE_TABLE_HEADER_SIZE) in SetEntry()
[all...]
H A Dbuiltins_regexp.h319 static constexpr int CACHE_TABLE_HEADER_SIZE = 6; member in panda::ecmascript::builtins::RegExpExecResultCache

Completed in 7 milliseconds