HomeSort by relevance Sort by last modified time
    Searched defs:DF_UB (Results 1 - 3 of 3) 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)
  /dalvik/vm/compiler/
Dataflow.h 50 #define DF_UB (1 << kUB)
72 #define DF_HAS_USES (DF_UA | DF_UB | DF_UC | DF_UA_WIDE | \
82 #define DF_B_IS_REG (DF_UB | DF_UB_WIDE)
  /art/compiler/dex/
mir_graph.h 99 #define DF_UB (1 << kUB)
131 #define DF_HAS_USES (DF_UA | DF_UB | DF_UC)
148 #define DF_B_IS_REG (DF_UB)

Completed in 108 milliseconds