Home | History | Annotate | Download | only in src

Lines Matching defs:Constant

49 //   Constant(x) < T  iff instance_type(map(x)) < T
57 // and respective Constant types, since these types cannot be reconstructed
59 // Note also that Constant(x) < Class(map(x)) does _not_ hold, since x's map can
64 // considers the _current_ state only, i.e., Constant(x) <_now Class(map(x)).
101 // If a value v happens to be an integer n, then Constant(v) is considered a
104 // Range rather than Constant.
411 // Constant types.
687 static Type* Constant(i::Handle<i::Object> value, Zone* zone) {
770 // Equivalent to Constant(val)->Is(this), but avoiding allocation.
775 // a constant and its map class.
901 static bool Contains(RangeType* range, ConstantType* constant);