Home
last modified time | relevance | path

Searched refs:ACC_NATIVE (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dmodifiers.h36 static constexpr uint32_t ACC_NATIVE = 0x0100; // method variable
Dmethod_data_accessor.h61 return (access_flags_ & ACC_NATIVE) != 0; in IsNative()
/arkcompiler/runtime_core/docs/
Dfile_format.md164 | `ACC_NATIVE` | `0x0100` | Declared native; |