Home
last modified time | relevance | path

Searched refs:DF_HAS_NULL_CHKS (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/
Dmir_graph.h129 #define DF_HAS_NULL_CHKS (DF_NULL_CHK_A | \ macro
135 #define DF_HAS_NR_CHKS (DF_HAS_NULL_CHKS | \
Dmir_optimization.cc739 if (df_attributes & DF_HAS_NULL_CHKS) { in CountChecks()
920 (merged_df_flags_ & DF_HAS_NULL_CHKS) == 0) { in EliminateNullChecksGate()
1014 if (df_attributes & DF_HAS_NULL_CHKS) { in EliminateNullChecks()
1826 if (((df_attributes & DF_HAS_NULL_CHKS) != 0) && ((opt_flags & MIR_IGNORE_NULL_CHECK) == 0)) { in CanThrow()