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

Method loadArg

src/jvm/clojure/asm/commons/GeneratorAdapter.java:496–498  ·  view source on GitHub ↗

Generates the instruction to load the given method argument on the stack. @param arg the index of a method argument.

(final int arg)

Source from the content-addressed store, hash-verified

494 * @param arg the index of a method argument.
495 */
496 public void loadArg(final int arg) {
497 loadInsn(argumentTypes[arg], getArgIndex(arg));
498 }
499
500 /**
501 * Generates the instructions to load the given method arguments on the stack.

Callers 6

compileMethod · 0.95
doEmitStaticMethod · 0.95
doEmitPrimMethod · 0.95
loadArgArrayMethod · 0.95
emitLocalMethod · 0.80
emitUnboxedLocalMethod · 0.80

Calls 2

loadInsnMethod · 0.95
getArgIndexMethod · 0.95

Tested by

no test coverage detected