Home
last modified time | relevance | path

Searched refs:DF_IS_GETTER_OR_SETTER (Results 1 – 2 of 2) sorted by relevance

/art/compiler/sea_ir/ir/
Dinstruction_tools.h81 #define DF_IS_GETTER_OR_SETTER (DF_IS_GETTER | DF_IS_SETTER) macro
/art/compiler/dex/
Dmir_graph.h169 #define DF_IS_GETTER_OR_SETTER (DF_IS_GETTER | DF_IS_SETTER) macro