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

  /external/v8/src/crankshaft/
hydrogen-bce.cc 136 // The precondition is that new_check follows UpperCheck() and
138 // covered (otherwise we could simply remove new_check).
140 // If HasSingleCheck() is true then new_check is added as "second check"
143 // new_offset, and new_check is removed.
144 void CoverCheck(HBoundsCheck* new_check,
146 DCHECK(new_check->index()->representation().IsSmiOrInteger32());
153 upper_check_ = new_check;
155 TightenCheck(upper_check_, new_check, new_offset);
162 lower_check_ = new_check;
164 TightenCheck(lower_check_, new_check, new_offset)
    [all...]
hydrogen-instructions.cc 2173 InductionVariableCheck* new_check = new(check->block()->graph()->zone()) local
2207 InductionVariableCheck* new_check = new(check->block()->graph()->zone()) local
    [all...]

Completed in 1064 milliseconds