Home
last modified time | relevance | path

Searched refs:chase_hint_ (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dinduction_var_range.cc198 chase_hint_(nullptr) { in InductionVarRange()
228 chase_hint_ = chase_hint; in GetInductionRange()
234 chase_hint_ = nullptr; in GetInductionRange()
704 if (chase_hint_ == nullptr && in GetFetch()
720 } else if (instruction == chase_hint_) { in GetFetch()
743 if (chase_hint_ == nullptr) { in GetFetch()
Dinduction_var_range.h408 HInstruction* chase_hint_; variable
Dinduction_var_range_test.cc130 range_.chase_hint_ = hint; in SetHint()