Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
H A Dmodifiers.h72 static constexpr uint32_t COMPILATION_STATUS_MASK = static_cast<uint32_t>(0x7) << COMPILATION_STATUS_SHIFT; member
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dmodifiers.h76 constexpr uint32_t COMPILATION_STATUS_MASK = static_cast<uint32_t>(0x7) << COMPILATION_STATUS_SHIFT; member
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmethod.h408 return static_cast<CompilationStage>((accessFlags_.load(std::memory_order_acquire) & COMPILATION_STATUS_MASK) >> in GetCompilationStatus()
414 return static_cast<CompilationStage>((value & COMPILATION_STATUS_MASK) >> COMPILATION_STATUS_SHIFT); in GetCompilationStatus()
421 auto result = (accessFlags_.load(std::memory_order_acquire) & ~COMPILATION_STATUS_MASK) | in SetCompilationStatus()
880 value &= ~COMPILATION_STATUS_MASK; in MakeCompilationStatusValue()

Completed in 3 milliseconds