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

  /art/compiler/sea_ir/ir/
instruction_tools.h 35 #define DF_DA (1 << kDA)
64 #define DF_HAS_DEFS (DF_DA)
78 #define DF_A_IS_REG (DF_UA | DF_DA)
  /dalvik/vm/compiler/
Dataflow.h 55 #define DF_DA (1 << kDA)
75 #define DF_HAS_DEFS (DF_DA | DF_DA_WIDE)
81 #define DF_A_IS_REG (DF_UA | DF_UA_WIDE | DF_DA | DF_DA_WIDE)
  /art/compiler/dex/
mir_graph.h 104 #define DF_DA (1 << kDA)
133 #define DF_HAS_DEFS (DF_DA)
147 #define DF_A_IS_REG (DF_UA | DF_DA)

Completed in 44 milliseconds