Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.h656 return def_count_; in GetDefCount()
1442 int def_count_; // Used to estimate size of ssa name storage. variable
Dmir_graph.cc120 def_count_(0), in MIRGraph()
779 def_count_ += (df_flags & DF_A_WIDE) ? 2 : 1; in InlineMethod()