Home
last modified time | relevance | path

Searched refs:DF_NULL_CHK_2 (Results 1 – 5 of 5) sorted by relevance

/art/compiler/sea_ir/ir/
Dinstruction_tools.h42 #define DF_NULL_CHK_2 (1 << kNullCheckSrc2) macro
68 DF_NULL_CHK_2 | \
Dinstruction_tools.cc258 DF_UA | DF_A_WIDE | DF_UB | DF_UC | DF_NULL_CHK_2 | DF_RANGE_CHK_3 | DF_REF_B | DF_CORE_C,
300 DF_UA | DF_A_WIDE | DF_UB | DF_NULL_CHK_2 | DF_REF_B,
729 DF_UA | DF_A_WIDE | DF_UB | DF_NULL_CHK_2 | DF_REF_B,
768 DF_UA | DF_A_WIDE | DF_UB | DF_NULL_CHK_2,
/art/compiler/dex/
Dmir_dataflow.cc262 …DF_UA | DF_A_WIDE | DF_UB | DF_UC | DF_NULL_CHK_2 | DF_RANGE_CHK_3 | DF_REF_B | DF_CORE_C | DF_LVN,
304 DF_UA | DF_A_WIDE | DF_UB | DF_NULL_CHK_2 | DF_REF_B | DF_IFIELD | DF_LVN,
733 DF_UA | DF_A_WIDE | DF_UB | DF_NULL_CHK_2 | DF_REF_B | DF_IFIELD | DF_LVN,
772 DF_UA | DF_A_WIDE | DF_UB | DF_NULL_CHK_2 | DF_IFIELD | DF_LVN,
Dmir_graph.h127 #define DF_NULL_CHK_2 (UINT64_C(1) << kNullCheckSrc2) macro
156 DF_NULL_CHK_2 | \
Dmir_optimization.cc840 } else if (df_attributes & DF_NULL_CHK_2) { in EliminateNullChecksAndInferTypes()