Searched refs:new_check (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen-bce.cc135 // The precondition is that new_check follows UpperCheck() and
137 // covered (otherwise we could simply remove new_check).
139 // If HasSingleCheck() is true then new_check is added as "second check"
142 // new_offset, and new_check is removed.
143 void CoverCheck(HBoundsCheck* new_check, argument
145 DCHECK(new_check->index()->representation().IsSmiOrInteger32());
152 upper_check_ = new_check;
154 TightenCheck(upper_check_, new_check, new_offset);
161 lower_check_ = new_check;
163 TightenCheck(lower_check_, new_check, new_offse
[all...]
H A Dhydrogen-instructions.cc2147 InductionVariableCheck* new_check = new(check->block()->graph()->zone()) local
2149 checks_ = new_check;
2181 InductionVariableCheck* new_check = new(check->block()->graph()->zone()) local
2183 checks_ = new_check;

Completed in 117 milliseconds