Searched defs:DF_NULL_CHK_0 (Results 1 - 2 of 2) sorted by relevance

/art/compiler/sea_ir/ir/
H A Dinstruction_tools.h40 #define DF_NULL_CHK_0 (1 << kNullCheckSrc0) macro
66 #define DF_HAS_NULL_CHKS (DF_NULL_CHK_0 | \
/art/compiler/dex/
H A Dmir_graph.h125 #define DF_NULL_CHK_0 (UINT64_C(1) << kNullCheckSrc0) macro
154 #define DF_HAS_NULL_CHKS (DF_NULL_CHK_0 | \

Completed in 7 milliseconds