Home | History | Annotate | Download | only in src

Lines Matching refs:HCheckValue

2854 class HCheckValue V8_FINAL : public HUnaryOperation {
2856 static HCheckValue* New(Zone* zone, HValue* context,
2864 HCheckValue* check = new(zone) HCheckValue(value, target, in_new_space);
2867 static HCheckValue* New(Zone* zone, HValue* context,
2870 return new(zone) HCheckValue(value, target, object_in_new_space);
2895 HCheckValue* b = HCheckValue::cast(other);
2900 HCheckValue(HValue* value, Unique<HeapObject> object,