Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Dsnapshot_constantpool_data.h65 static constexpr uint32_t CONSTPOOL_MASK = 32; variable
Dsnapshot_constantpool_data.cpp28 result = result << CONSTPOOL_MASK; in GetItemKey()