HomeSort by relevance Sort by last modified time
    Searched defs:DF_UA (Results 1 - 3 of 3) sorted by null

  /art/compiler/sea_ir/ir/
instruction_tools.h 29 #define DF_UA (1 << kUA)
62 #define DF_HAS_USES (DF_UA | DF_UB | DF_UC)
78 #define DF_A_IS_REG (DF_UA | DF_DA)
  /dalvik/vm/compiler/
Dataflow.h 49 #define DF_UA (1 << kUA)
72 #define DF_HAS_USES (DF_UA | DF_UB | DF_UC | DF_UA_WIDE | \
81 #define DF_A_IS_REG (DF_UA | DF_UA_WIDE | DF_DA | DF_DA_WIDE)
  /art/compiler/dex/
mir_graph.h 98 #define DF_UA (1 << kUA)
131 #define DF_HAS_USES (DF_UA | DF_UB | DF_UC)
147 #define DF_A_IS_REG (DF_UA | DF_DA)

Completed in 131 milliseconds