Home
last modified time | relevance | path

Searched refs:ACC_INTERFACE (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dclass_data_accessor.h40 return (access_flags_ & ACC_INTERFACE) != 0; in IsInterface()
H A Dmodifiers.h37 static constexpr uint32_t ACC_INTERFACE = 0x0200; // class member
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dmodifiers.h37 constexpr uint32_t ACC_INTERFACE = 0x0200; // class member
H A Dclass_data_accessor.h40 return (accessFlags_ & ACC_INTERFACE) != 0; in IsInterface()
/arkcompiler/runtime_core/static_core/plugins/ets/disassembler/
H A Ddisasm_ets_plugin.cpp92 if ((accFlags & ACC_INTERFACE) != 0) { in SetETSAttributes()
/arkcompiler/runtime_core/static_core/plugins/ets/abc2program/
H A Dabc2program_ets_plugin.cpp95 if ((accFlags & ACC_INTERFACE) != 0) { in SetETSAttributes()
/arkcompiler/runtime_core/static_core/runtime/core/
H A Dcore_class_linker_extension.cpp139 accessFlags &= ~ACC_INTERFACE; in InitializeArrayClass()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_class_linker_extension.cpp176 accessFlags &= ~ACC_INTERFACE; in InitializeArrayClass()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dclass.h397 return (accessFlags_ & ACC_INTERFACE) != 0; in IsInterface()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSemitter.cpp401 uint32_t accessFlags = ACC_PUBLIC | ACC_ABSTRACT | ACC_INTERFACE; in GenInterfaceRecord()

Completed in 7 milliseconds