HomeSort by relevance Sort by last modified time
    Searched refs:DF_UA_WIDE (Results 1 - 3 of 3) sorted by null

  /dalvik/vm/compiler/
Dataflow.h 52 #define DF_UA_WIDE (1 << kUAWide)
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)
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...]
InlineTransformation.cpp 75 if (dfFlags & (DF_UA | DF_UA_WIDE)) {
161 if (dfFlags & (DF_UA | DF_UA_WIDE)) {

Completed in 8380 milliseconds