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

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h2846 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, function in class:v8::FINAL::FINAL

Completed in 163 milliseconds