Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.cc609 int df_flags = oat_data_flow_attributes_[insn->dalvikInsn.opcode]; in InlineMethod() local
611 if (df_flags & DF_HAS_DEFS) { in InlineMethod()
612 def_count_ += (df_flags & DF_A_WIDE) ? 2 : 1; in InlineMethod()