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

  /art/compiler/sea_ir/ir/
instruction_tools.h 31 #define DF_UC (1 << kUC)
62 #define DF_HAS_USES (DF_UA | DF_UB | DF_UC)
80 #define DF_C_IS_REG (DF_UC)
  /art/compiler/dex/
mir_graph.h 115 #define DF_UC (UINT64_C(1) << kUC)
150 #define DF_HAS_USES (DF_UA | DF_UB | DF_UC)
168 #define DF_C_IS_REG (DF_UC)
    [all...]

Completed in 2654 milliseconds