Home
last modified time | relevance | path

Searched refs:ACC_COMPILATION_STATUS (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dmodifiers.h70 static constexpr uint32_t ACC_COMPILATION_STATUS = 0x02000000; // method (runtime) member
71 static constexpr uint32_t COMPILATION_STATUS_SHIFT = MinimumBitsToStore(ACC_COMPILATION_STATUS);
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dmodifiers.h74 constexpr uint32_t ACC_COMPILATION_STATUS = 0x02000000; // method (runtime) member
75 constexpr uint32_t COMPILATION_STATUS_SHIFT = MinimumBitsToStore(ACC_COMPILATION_STATUS);

Completed in 1 milliseconds