Home
last modified time | relevance | path

Searched refs:COMPILATION_STATUS_SHIFT (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dmodifiers.h71 static constexpr uint32_t COMPILATION_STATUS_SHIFT = MinimumBitsToStore(ACC_COMPILATION_STATUS); member
72 static constexpr uint32_t COMPILATION_STATUS_MASK = static_cast<uint32_t>(0x7) << COMPILATION_STATUS_SHIFT;
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dmodifiers.h75 constexpr uint32_t COMPILATION_STATUS_SHIFT = MinimumBitsToStore(ACC_COMPILATION_STATUS); member
76 constexpr uint32_t COMPILATION_STATUS_MASK = static_cast<uint32_t>(0x7) << COMPILATION_STATUS_SHIFT;
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmethod.h409 COMPILATION_STATUS_SHIFT); in GetCompilationStatus()
414 return static_cast<CompilationStage>((value & COMPILATION_STATUS_MASK) >> COMPILATION_STATUS_SHIFT); in GetCompilationStatus()
422 static_cast<uint32_t>(newStatus) << COMPILATION_STATUS_SHIFT; in SetCompilationStatus()
881 value |= static_cast<uint32_t>(newStatus) << COMPILATION_STATUS_SHIFT; in MakeCompilationStatusValue()

Completed in 3 milliseconds