Home
last modified time | relevance | path

Searched refs:ACC_SYNTHETIC (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dfield_data_accessor.h106 return (access_flags_ & ACC_SYNTHETIC) != 0; in IsSynthetic()
H A Dmodifiers.h40 static constexpr uint32_t ACC_SYNTHETIC = 0x1000; // field, method, class member
H A Dmethod_data_accessor.h86 return (access_flags_ & ACC_SYNTHETIC) != 0; in IsSynthetic()
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfield_data_accessor.h111 return (accessFlags_ & ACC_SYNTHETIC) != 0; in IsSynthetic()
H A Dmodifiers.h40 constexpr uint32_t ACC_SYNTHETIC = 0x1000; // field, method, class member
H A Dmethod_data_accessor.h103 return (accessFlags_ & ACC_SYNTHETIC) != 0; in IsSynthetic()
/arkcompiler/runtime_core/static_core/plugins/ets/disassembler/
H A Ddisasm_ets_plugin.cpp104 if ((accFlags & ACC_SYNTHETIC) != 0) { in SetETSAttributes()
205 if ((accFlags & ACC_SYNTHETIC) != 0) { in SetETSAttributes()
/arkcompiler/runtime_core/static_core/plugins/ets/abc2program/
H A Dabc2program_ets_plugin.cpp107 if ((accFlags & ACC_SYNTHETIC) != 0) { in SetETSAttributes()
209 if ((accFlags & ACC_SYNTHETIC) != 0) { in SetETSAttributes()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmethod.h536 return (accessFlags_.load(std::memory_order_acquire) & ACC_SYNTHETIC) != 0; in IsSynthetic()

Completed in 5 milliseconds