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.h3055 class InductionVariableCheck : public ZoneObject { class in class:v8::FINAL::FINAL
3058 InductionVariableCheck* next() { return next_; }
3071 InductionVariableCheck(HBoundsCheck* check, function in class:v8::FINAL::FINAL::InductionVariableCheck
3072 InductionVariableCheck* next,
3079 InductionVariableCheck* next_;
3088 InductionVariableCheck* checks() { return checks_; }
3118 InductionVariableCheck* checks_;
H A Dhydrogen-instructions.cc2083 InductionVariableCheck* c = checks();
2147 InductionVariableCheck* new_check = new(check->block()->graph()->zone())
2148 InductionVariableCheck(check, checks_, upper_limit);
2181 InductionVariableCheck* new_check = new(check->block()->graph()->zone())
2182 InductionVariableCheck(check, checks_, upper_limit);

Completed in 1782 milliseconds