Home | History | Annotate | Download | only in src

Lines Matching refs:HBoundsCheck

1328   Add<HBoundsCheck>(key, max_capacity);
1357 Add<HBoundsCheck>(key, length);
1456 Add<HBoundsCheck>(sub_result,
1812 Add<HBoundsCheck>(length, max_length);
2056 Add<HBoundsCheck>(length, max_length);
2467 checked_key = Add<HBoundsCheck>(key, length);
2495 checked_key = Add<HBoundsCheck>(key, length);
2532 HInstruction* checked_length = Add<HBoundsCheck>(length_argument,
2753 Add<HBoundsCheck>(new_capacity, Add<HConstant>(
2991 // Can't add HBoundsCheck here because otherwise the stub will eager a frame.
7272 HInstruction* checked_key = Add<HBoundsCheck>(key, length);
7282 HInstruction* checked_key = Add<HBoundsCheck>(key, length);
10110 index = Add<HBoundsCheck>(index, AddLoadStringLength(string));
11504 HInstruction* checked_index = Add<HBoundsCheck>(index, length);
11514 HInstruction* checked_key = Add<HBoundsCheck>(index, length);