Home | History | Annotate | Download | only in src

Lines Matching defs:HBoundsCheck

3048 class HBoundsCheck;
3057 HBoundsCheck* check() { return check_; }
3071 InductionVariableCheck(HBoundsCheck* check,
3078 HBoundsCheck* check_;
3090 void AddCheck(HBoundsCheck* check, int32_t upper_limit = kNoLimit);
3107 HBoundsCheck* first_check_in_block() { return first_check_in_block_; }
3120 HBoundsCheck* first_check_in_block_;
3173 void AddCheck(HBoundsCheck* check, int32_t upper_limit = kNoLimit);
4029 class HBoundsCheck FINAL : public HTemplateInstruction<2> {
4031 DECLARE_INSTRUCTION_FACTORY_P2(HBoundsCheck, HValue*, HValue*);
4091 // Normally HBoundsCheck should be created using the
4095 HBoundsCheck(HValue* index, HValue* length)
4114 explicit HBoundsCheckBaseIndexInformation(HBoundsCheck* check) {
4125 HBoundsCheck* bounds_check() { return HBoundsCheck::cast(OperandAt(1)); }