(C context, ObjExpr objx, GeneratorAdapter gen)
| 7306 | } |
| 7307 | |
| 7308 | public void emitUnboxed(C context, ObjExpr objx, GeneratorAdapter gen) { |
| 7309 | emit(context, objx, gen); |
| 7310 | } |
| 7311 | } |
| 7312 | |
| 7313 | private static LocalBinding registerLocal(Symbol sym, Symbol tag, Expr init, boolean isArg) { |