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

  /art/compiler/optimizing/
induction_var_analysis.h 220 uint32_t global_depth_; member in class:art::HInductionVarAnalysis
induction_var_analysis.cc 88 global_depth_(0),
116 global_depth_ = 0;
149 const uint32_t d1 = ++global_depth_;
197 return global_depth_;
206 return it->second.done ? global_depth_ : it->second.depth;
    [all...]

Completed in 83 milliseconds