HomeSort by relevance Sort by last modified time
    Searched defs:DF_UA (Results 1 - 2 of 2) 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)
  /art/compiler/dex/
mir_graph.h 113 #define DF_UA (UINT64_C(1) << kUA)
150 #define DF_HAS_USES (DF_UA | DF_UB | DF_UC)
166 #define DF_A_IS_REG (DF_UA | DF_DA)
    [all...]

Completed in 210 milliseconds