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 421 return def_count_;
714 int def_count_; // Used to estimate size of ssa name storage. member in class:art::MIRGraph
mir_graph.cc 104 def_count_(0),
612 def_count_ += (df_flags & DF_A_WIDE) ? 2 : 1;
    [all...]

Completed in 664 milliseconds