Searched refs:InductionVariableCheck (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen-bch.cc190 InductionVariableData::InductionVariableCheck* check,
218 for (InductionVariableData::InductionVariableCheck* current_check = check;
241 for (InductionVariableData::InductionVariableCheck* current_check = check;
347 InductionVariableData::InductionVariableCheck* current_base_check =
H A Dhydrogen-instructions.h3030 class InductionVariableCheck : public ZoneObject { class in class:V8_FINAL
3033 InductionVariableCheck* next() { return next_; }
3046 InductionVariableCheck(HBoundsCheck* check, function in class:V8_FINAL::InductionVariableCheck
3047 InductionVariableCheck* next,
3054 InductionVariableCheck* next_;
3063 InductionVariableCheck* checks() { return checks_; }
3093 InductionVariableCheck* checks_;
H A Dhydrogen-instructions.cc2110 InductionVariableCheck* c = checks();
2174 InductionVariableCheck* new_check = new(check->block()->graph()->zone())
2175 InductionVariableCheck(check, checks_, upper_limit);
2208 InductionVariableCheck* new_check = new(check->block()->graph()->zone())
2209 InductionVariableCheck(check, checks_, upper_limit);

Completed in 90 milliseconds