Home
last modified time | relevance | path

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

/art/compiler/sea_ir/ir/
Dinstruction_tools.h71 #define DF_HAS_RANGE_CHKS (DF_RANGE_CHK_1 | \ macro
76 DF_HAS_RANGE_CHKS)
/art/compiler/dex/
Dmir_graph.h159 #define DF_HAS_RANGE_CHKS (DF_RANGE_CHK_1 | \ macro
164 DF_HAS_RANGE_CHKS)
Dmir_optimization.cc589 if (df_attributes & DF_HAS_RANGE_CHKS) { in CountChecks()
686 if (df_attributes & DF_HAS_RANGE_CHKS) { in CombineBlocks()