Home | History | Annotate | Download | only in src

Lines Matching refs:HUseConst

1663 class HUseConst V8_FINAL : public HUnaryOperation {
1665 DECLARE_INSTRUCTION_FACTORY_P1(HUseConst, HValue*);
1674 explicit HUseConst(HValue* old_value) : HUnaryOperation(old_value) { }