HomeSort by relevance Sort by last modified time
    Searched refs:DF_UA (Results 1 - 5 of 5) sorted by null

  /art/compiler/dex/
mir_dataflow.cc 78 DF_UA,
81 DF_UA | DF_A_WIDE,
84 DF_UA | DF_REF_A,
120 DF_UA | DF_NULL_CHK_A | DF_REF_A,
123 DF_UA | DF_NULL_CHK_A | DF_REF_A,
126 DF_UA | DF_REF_A | DF_CHK_CAST | DF_UMS,
147 DF_UA | DF_REF_A | DF_UMS,
150 DF_UA | DF_REF_A | DF_UMS,
162 DF_UA | DF_CORE_A,
165 DF_UA | DF_CORE_A
    [all...]
mir_graph.h 88 #define DF_UA (UINT64_C(1) << kUA)
125 #define DF_HAS_USES (DF_UA | DF_UB | DF_UC)
138 #define DF_A_IS_REG (DF_UA | DF_DA)
    [all...]
gvn_dead_code_elimination_test.cc 307 if ((df_attrs & (DF_UA | DF_UB | DF_UC)) != 0) {
309 if ((df_attrs & DF_UA) != 0) {
    [all...]
  /art/compiler/dex/quick/x86/
utility_x86.cc     [all...]
  /art/compiler/dex/quick/
mir_to_lir.cc 492 if (attrs & DF_UA) {
    [all...]

Completed in 599 milliseconds