Home | History | Annotate | Download | only in src

Lines Matching refs:HBoundsCheck

2804 class HBoundsCheck;
2814 HBoundsCheck* check() { return check_; }
2828 InductionVariableCheck(HBoundsCheck* check,
2835 HBoundsCheck* check_;
2847 void AddCheck(HBoundsCheck* check, int32_t upper_limit = kNoLimit);
2864 HBoundsCheck* first_check_in_block() { return first_check_in_block_; }
2877 HBoundsCheck* first_check_in_block_;
2930 void AddCheck(HBoundsCheck* check, int32_t upper_limit = kNoLimit);
3695 class HBoundsCheck: public HTemplateInstruction<2> {
3697 DECLARE_INSTRUCTION_FACTORY_P2(HBoundsCheck, HValue*, HValue*);
3752 // Normally HBoundsCheck should be created using the
3756 HBoundsCheck(HValue* index, HValue* length)
3774 explicit HBoundsCheckBaseIndexInformation(HBoundsCheck* check) {
3785 HBoundsCheck* bounds_check() { return HBoundsCheck::cast(OperandAt(1)); }