Searched refs:CACHE_LENGTH_BIT (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ | ||
H A D | value_numbering.h | 50 static const uint32_t CACHE_LENGTH_BIT = 8; member in panda::ecmascript::kungfu::ValueNumbering 51 static const uint32_t CACHE_LENGTH = (1U << CACHE_LENGTH_BIT); 53 uint32_t entriesLength_ = (1U << CACHE_LENGTH_BIT); |
/arkcompiler/ets_runtime/ecmascript/ic/ | ||
H A D | properties_cache.h | 64 static const uint32_t CACHE_LENGTH_BIT = 10; member in panda::ecmascript::PropertiesCache 65 static const uint32_t CACHE_LENGTH = (1U << CACHE_LENGTH_BIT); |
Completed in 1 milliseconds