Home
last modified time | relevance | path

Searched refs:ACC_PROXY (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dmodifiers.h62 static constexpr uint32_t ACC_PROXY = 0x00020000; // class (java runtime) member
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/js_proxy/
H A Djs_proxy.cpp84 uint32_t accessFlags = cls->GetAccessFlags() | ACC_PROXY | ACC_FINAL; in Create()
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dmodifiers.h65 constexpr uint32_t ACC_PROXY = 0x00020000; // class (java runtime) member
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dclass.h432 return (GetAccessFlags() & ACC_PROXY) != 0; in IsProxy()

Completed in 3 milliseconds