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

Method emitUnboxed

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

Source from the content-addressed store, hash-verified

6639 }
6640
6641 public void emitUnboxed(C context, ObjExpr objx, GeneratorAdapter gen){
6642 objx.emitUnboxedLocal(gen, b);
6643 }
6644
6645 public void emit(C context, ObjExpr objx, GeneratorAdapter gen){
6646 if(context != C.STATEMENT)

Callers

nothing calls this directly

Calls 1

emitUnboxedLocalMethod · 0.80

Tested by

no test coverage detected