Home | History | Annotate | Download | only in src

Lines Matching refs:HUseConst

1154 class HUseConst: public HUnaryOperation {
1156 explicit HUseConst(HValue* old_value) : HUnaryOperation(old_value) { }