Home
last modified time | relevance | path

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

/art/compiler/dex/
Dcompiler_enums.h359 kMIRMark, // Temporary node mark can be used by enumerator
Dmir_graph.h169 #define MIR_MARK (1 << kMIRMark)
Dmir_optimization.cc1117 constexpr int kMarkToIgnoreNullCheckShift = kMIRMark - kMIRIgnoreNullCheck; in EliminateNullChecksEnd()