Home | History | Annotate | Download | only in src

Lines Matching refs:HCheckValue

2846 class HCheckValue FINAL : public HUnaryOperation {
2848 static HCheckValue* New(Zone* zone, HValue* context,
2856 HCheckValue* check = new(zone) HCheckValue(value, target, in_new_space);
2859 static HCheckValue* New(Zone* zone, HValue* context,
2862 return new(zone) HCheckValue(value, target, object_in_new_space);
2887 HCheckValue* b = HCheckValue::cast(other);
2892 HCheckValue(HValue* value, Unique<HeapObject> object,