Home | History | Annotate | Download | only in src

Lines Matching refs:check_

2925     switch (check_) {
2937 bool is_interval_check() const { return check_ <= LAST_INTERVAL_CHECK; }
2941 Check check() const { return check_; }
2951 return check_ == b->check_;
2960 : HUnaryOperation(value, HType::HeapObject()), check_(check) {
2965 const Check check_;
3057 HBoundsCheck* check() { return check_; }
3074 : check_(check), next_(next), upper_limit_(upper_limit),
3078 HBoundsCheck* check_;