Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/
Dproperties_cache.h76 return static_cast<int>((clsHash ^ keyHash) & CACHE_LENGTH_MASK); in Hash()
81 static const uint32_t CACHE_LENGTH_MASK = CACHE_LENGTH - 1; variable