Home
last modified time | relevance | path

Searched defs:COMPILATION_STATUS_SHIFT (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dmodifiers.h71 static constexpr uint32_t COMPILATION_STATUS_SHIFT = MinimumBitsToStore(ACC_COMPILATION_STATUS); variable
/arkcompiler/runtime_core/static_core/libpandafile/
Dmodifiers.h75 constexpr uint32_t COMPILATION_STATUS_SHIFT = MinimumBitsToStore(ACC_COMPILATION_STATUS); variable