Home
last modified time | relevance | path

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

/dalvik/vm/compiler/
DDataflow.h52 #define DF_UA_WIDE (1 << kUAWide) macro
72 #define DF_HAS_USES (DF_UA | DF_UB | DF_UC | DF_UA_WIDE | \
81 #define DF_A_IS_REG (DF_UA | DF_UA_WIDE | DF_DA | DF_DA_WIDE)
DDataflow.cpp81 DF_UA_WIDE,
262 DF_UA_WIDE | DF_UB | DF_UC | DF_NULL_N_RANGE_CHECK_2 | DF_IS_SETTER,
304 DF_UA_WIDE | DF_UB | DF_IS_SETTER,
346 DF_UA_WIDE | DF_IS_SETTER,
595 DF_DA_WIDE | DF_UA_WIDE | DF_UB_WIDE,
598 DF_DA_WIDE | DF_UA_WIDE | DF_UB_WIDE,
601 DF_DA_WIDE | DF_UA_WIDE | DF_UB_WIDE,
604 DF_DA_WIDE | DF_UA_WIDE | DF_UB_WIDE,
607 DF_DA_WIDE | DF_UA_WIDE | DF_UB_WIDE,
610 DF_DA_WIDE | DF_UA_WIDE | DF_UB_WIDE,
[all …]
DInlineTransformation.cpp75 if (dfFlags & (DF_UA | DF_UA_WIDE)) { in inlineGetter()
161 if (dfFlags & (DF_UA | DF_UA_WIDE)) { in inlineSetter()