Home | History | Annotate | Download | only in src

Lines Matching refs:HUseConst

1589 class HUseConst V8_FINAL : public HUnaryOperation {
1591 DECLARE_INSTRUCTION_FACTORY_P1(HUseConst, HValue*);
1600 explicit HUseConst(HValue* old_value) : HUnaryOperation(old_value) { }