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

  /external/chromium_org/v8/src/
hydrogen-bce.cc 139 // The precondition is that new_check follows UpperCheck() and
141 // covered (otherwise we could simply remove new_check).
143 // If HasSingleCheck() is true then new_check is added as "second check"
146 // new_offset, and new_check is removed.
150 bool CoverCheck(HBoundsCheck* new_check,
152 ASSERT(new_check->index()->representation().IsSmiOrInteger32());
159 upper_check_ = new_check;
165 new_check->index()->representation(),
175 lower_check_ = new_check;
181 new_check->index()->representation()
    [all...]
hydrogen-instructions.cc 1847 InductionVariableCheck* new_check = new(check->block()->graph()->zone()) local
1881 InductionVariableCheck* new_check = new(check->block()->graph()->zone()) local
    [all...]

Completed in 206 milliseconds