Searched defs:HCheckValue (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/crankshaft/
H A Dhydrogen-instructions.h2574 class HCheckValue final : public HUnaryOperation {
2576 static HCheckValue* New(Isolate* isolate, Zone* zone, HValue* context,
2582 HCheckValue* check = new(zone) HCheckValue(value, target, in_new_space);
2585 static HCheckValue* New(Isolate* isolate, Zone* zone, HValue* context,
2588 return new(zone) HCheckValue(value, target, object_in_new_space);
2613 HCheckValue* b = HCheckValue::cast(other);
2618 HCheckValue(HValue* value, Unique<HeapObject> object, function in class:final::final

Completed in 121 milliseconds