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

  /art/compiler/optimizing/
induction_var_analysis.h 261 uint32_t global_depth_; member in class:art::HInductionVarAnalysis
induction_var_analysis.cc 232 global_depth_(0),
261 global_depth_ = 0;
294 const uint32_t d1 = ++global_depth_;
342 return global_depth_;
351 return it->second.done ? global_depth_ : it->second.depth;
    [all...]

Completed in 196 milliseconds