Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbinary_section.h185 unsigned Flag() const in Flag() function
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.h54 return GraphMode(Flag##name ::Encode(set)); \
58 Flag##name ::Set(v, &value_); \
62 return Flag##name ::Get(value_); \
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_builder.cpp445 curShdr.sh_flags = section.Flag(); in PackELFSections()