Home
last modified time | relevance | path

Searched refs:ACC_VOLATILE (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dfield_data_accessor.h76 return (access_flags_ & ACC_VOLATILE) != 0; in IsVolatile()
H A Dmodifiers.h33 static constexpr uint32_t ACC_VOLATILE = 0x0040; // field member
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfield_data_accessor.h76 return (accessFlags_ & ACC_VOLATILE) != 0; in IsVolatile()
H A Dmodifiers.h33 constexpr uint32_t ACC_VOLATILE = 0x0040; // field member
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dfield.h129 return (accessFlags_ & ACC_VOLATILE) != 0; in IsVolatile()
/arkcompiler/runtime_core/static_core/plugins/ets/disassembler/
H A Ddisasm_ets_plugin.cpp196 if ((accFlags & ACC_VOLATILE) != 0) { in SetETSAttributes()
/arkcompiler/runtime_core/static_core/plugins/ets/abc2program/
H A Dabc2program_ets_plugin.cpp200 if ((accFlags & ACC_VOLATILE) != 0) { in SetETSAttributes()

Completed in 6 milliseconds