Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype.h252 uint32_t r = type_ & (~MIR_TYPE_MASK); in GetGTRef()
262 static constexpr uint32_t MIR_TYPE_MASK = MIR_BASE_BITS | EMPTY_TYPE; variable