Home | History | Annotate | Download | only in src

Lines Matching refs:HUseConst

1618 class HUseConst FINAL : public HUnaryOperation {
1620 DECLARE_INSTRUCTION_FACTORY_P1(HUseConst, HValue*);
1629 explicit HUseConst(HValue* old_value) : HUnaryOperation(old_value) { }