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

  /art/compiler/dex/
mir_graph.h 656 return def_count_;
1442 int def_count_; \/\/ Used to estimate size of ssa name storage. member in class:art::MIRGraph
    [all...]
mir_graph.cc 120 def_count_(0),
779 def_count_ += (df_flags & DF_A_WIDE) ? 2 : 1;
    [all...]

Completed in 152 milliseconds