Searched refs:DF_UA_WIDE (Results 1 – 3 of 3) sorted by relevance
/dalvik/vm/compiler/ |
D | Dataflow.h | 52 #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)
|
D | Dataflow.cpp | 81 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 …]
|
D | InlineTransformation.cpp | 75 if (dfFlags & (DF_UA | DF_UA_WIDE)) { in inlineGetter() 161 if (dfFlags & (DF_UA | DF_UA_WIDE)) { in inlineSetter()
|