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

  /art/compiler/sea_ir/ir/
instruction_tools.h 30 #define DF_UB (1 << kUB)
62 #define DF_HAS_USES (DF_UA | DF_UB | DF_UC)
79 #define DF_B_IS_REG (DF_UB)
  /art/compiler/dex/
mir_graph.h 114 #define DF_UB (UINT64_C(1) << kUB)
150 #define DF_HAS_USES (DF_UA | DF_UB | DF_UC)
167 #define DF_B_IS_REG (DF_UB)
    [all...]

Completed in 2159 milliseconds