MCPcopy Index your code
hub / github.com/clojure/clojure / emitUnboxed

Method emitUnboxed

src/jvm/clojure/lang/Compiler.java:7308–7310  ·  view source on GitHub ↗
(C context, ObjExpr objx, GeneratorAdapter gen)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

emitMethod · 0.95

Tested by

no test coverage detected