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

Method push

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

Generates the instruction to push the given value on the stack. @param value the value to be pushed on the stack.

(final boolean value)

Source from the content-addressed store, hash-verified

315 * @param value the value to be pushed on the stack.
316 */
317 public void push(final boolean value) {
318 push(value ? 1 : 0);
319 }
320
321 /**
322 * Generates the instruction to push the given value on the stack.

Callers 7

emitMethodsMethod · 0.95
compileMethod · 0.95
compileMethod · 0.95
loadArgArrayMethod · 0.95
boxMethod · 0.95
valueOfMethod · 0.95
throwExceptionMethod · 0.95

Calls 5

visitInsnMethod · 0.45
visitIntInsnMethod · 0.45
visitLdcInsnMethod · 0.45
getSortMethod · 0.45
visitFieldInsnMethod · 0.45

Tested by

no test coverage detected