Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.cc775 uint64_t df_flags = GetDataFlowAttributes(insn); in InlineMethod() local
776 merged_df_flags |= df_flags; in InlineMethod()
778 if (df_flags & DF_HAS_DEFS) { in InlineMethod()
779 def_count_ += (df_flags & DF_A_WIDE) ? 2 : 1; in InlineMethod()
782 if (df_flags & DF_LVN) { in InlineMethod()