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

Method emit

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

Source from the content-addressed store, hash-verified

3676 }
3677
3678 public void emit(C context, ObjExpr objx, GeneratorAdapter gen){
3679 MethodExpr.emitArgsAsArray(keys, objx, gen);
3680 gen.invokeStatic(RT_TYPE, setMethod);
3681 if(context == C.STATEMENT)
3682 gen.pop();
3683 }
3684
3685 public boolean hasJavaClass() {
3686 return true;

Callers

nothing calls this directly

Calls 3

emitArgsAsArrayMethod · 0.95
popMethod · 0.65
invokeStaticMethod · 0.45

Tested by

no test coverage detected