Home
last modified time | relevance | path

Searched refs:ACC_SYNTHETIC (Results 1 – 5 of 5) sorted by relevance

/ark/runtime_core/libpandafile/
Dmodifiers.h40 static constexpr uint32_t ACC_SYNTHETIC = 0x1000; // field, method, class variable
Dfield_data_accessor.h101 return (access_flags_ & ACC_SYNTHETIC) != 0; in IsSynthetic()
Dmethod_data_accessor.h74 return (access_flags_ & ACC_SYNTHETIC) != 0; in IsSynthetic()
/ark/runtime_core/runtime/include/
Dmethod.h415 return (stor_32_.access_flags_.load() & ACC_SYNTHETIC) != 0; in IsSynthetic()
/ark/runtime_core/docs/
Dfile_format.md151 | `ACC_SYNTHETIC` | `0x1000` | Declared synthetic; not present in the source code. |
171 | `ACC_SYNTHETIC` | `0x1000` | Declared synthetic; not present in the source code. |
184 | `ACC_SYNTHETIC` | `0x1000` | Declared synthetic; not present in the source code. |
196 | `ACC_SYNTHETIC` | `0x0004` | Declared synthetic; not present in the source code. |