Home | History | Annotate | Download | only in crankshaft

Lines Matching defs:type_

479         type_(type),
528 HType type() const { return type_; }
530 DCHECK(new_type.IsSubtypeOf(type_));
531 type_ = new_type;
823 HType type_;
1207 Deoptimizer::BailoutType type() { return type_; }
1214 : reason_(reason), type_(type) {
1219 Deoptimizer::BailoutType type_;
1726 bool is_function_entry() { return type_ == kFunctionEntry; }
1727 bool is_backwards_branch() { return type_ == kBackwardsBranch; }
1732 HStackCheck(HValue* context, Type type) : type_(type) {
1737 Type type_;
3127 bool HasBooleanValue() const { return type_.IsBoolean(); }