Home
last modified time | relevance | path

Searched refs:DF_IFIELD (Results 1 – 4 of 4) sorted by relevance

/art/compiler/dex/
Dmir_dataflow.cc279 DF_DA | DF_UB | DF_NULL_CHK_B | DF_REF_B | DF_IFIELD | DF_LVN,
282 DF_DA | DF_A_WIDE | DF_UB | DF_NULL_CHK_B | DF_REF_B | DF_IFIELD | DF_LVN,
285 DF_DA | DF_UB | DF_NULL_CHK_B | DF_REF_A | DF_REF_B | DF_IFIELD | DF_LVN,
288 DF_DA | DF_UB | DF_NULL_CHK_B | DF_REF_B | DF_IFIELD | DF_LVN,
291 DF_DA | DF_UB | DF_NULL_CHK_B | DF_REF_B | DF_IFIELD | DF_LVN,
294 DF_DA | DF_UB | DF_NULL_CHK_B | DF_REF_B | DF_IFIELD | DF_LVN,
297 DF_DA | DF_UB | DF_NULL_CHK_B | DF_REF_B | DF_IFIELD | DF_LVN,
300 DF_UA | DF_UB | DF_NULL_CHK_B | DF_REF_B | DF_IFIELD | DF_LVN,
303 DF_UA | DF_A_WIDE | DF_UB | DF_NULL_CHK_B | DF_REF_B | DF_IFIELD | DF_LVN,
306 DF_UA | DF_UB | DF_NULL_CHK_B | DF_REF_A | DF_REF_B | DF_IFIELD | DF_LVN,
[all …]
Dmir_graph.h120 #define DF_IFIELD (UINT64_C(1) << kUsesIField) macro
686 return (merged_df_flags_ & (DF_IFIELD | DF_SFIELD)) != 0u; in HasFieldAccess()
Dmir_optimization.cc1831 if ((df_attributes & DF_IFIELD) != 0) { in CanThrow()
Dtype_inference_test.cc402 cu_.mir_graph->merged_df_flags_ |= DF_IFIELD; in DoPrepareMIRs()