Home
last modified time | relevance | path

Searched refs:ACC_TRANSIENT (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dfield_data_accessor.h101 return (access_flags_ & ACC_TRANSIENT) != 0; in IsTransient()
H A Dmodifiers.h34 static constexpr uint32_t ACC_TRANSIENT = 0x0080; // field, member
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfield_data_accessor.h106 return (accessFlags_ & ACC_TRANSIENT) != 0; in IsTransient()
H A Dmodifiers.h34 constexpr uint32_t ACC_TRANSIENT = 0x0080; // field, member
/arkcompiler/runtime_core/static_core/plugins/ets/disassembler/
H A Ddisasm_ets_plugin.cpp202 if ((accFlags & ACC_TRANSIENT) != 0) { in SetETSAttributes()
/arkcompiler/runtime_core/static_core/plugins/ets/abc2program/
H A Dabc2program_ets_plugin.cpp206 if ((accFlags & ACC_TRANSIENT) != 0) { in SetETSAttributes()

Completed in 3 milliseconds