Home
last modified time | relevance | path

Searched refs:DF_HAS_RANGE_CHKS (Results 1 – 3 of 3) sorted by relevance

/art/compiler/dex/
Dmir_graph.h133 #define DF_HAS_RANGE_CHKS (DF_RANGE_CHK_C) macro
136 DF_HAS_RANGE_CHKS)
Dtype_inference.cc487 if ((attrs & DF_HAS_RANGE_CHKS) != 0) { in Apply()
1033 (DF_NULL_TRANSFER_N | DF_CHK_CAST | DF_IS_MOVE | DF_HAS_RANGE_CHKS | DF_SAME_TYPE_AB); in InitializeSRegs()
Dmir_optimization.cc745 if (df_attributes & DF_HAS_RANGE_CHKS) { in CountChecks()
1846 } else if ((df_attributes & DF_HAS_RANGE_CHKS) != 0) { in CanThrow()