Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/
H A Dproperties_cache.h66 static const uint32_t CACHE_LENGTH_MASK = CACHE_LENGTH - 1; member in panda::ecmascript::PropertiesCache
121 return static_cast<int>((clsHash ^ keyHash) & CACHE_LENGTH_MASK); in Hash()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder-inl.h3889 return Int32And(Int32Xor(clsHash, keyHash), Int32(PropertiesCache::CACHE_LENGTH_MASK)); in HashFromHclassAndKey()

Completed in 11 milliseconds