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

Method mark

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

Marks the current code position with the given label. @param label a label.

(final Label label)

Source from the content-addressed store, hash-verified

930 * @param label a label.
931 */
932 public void mark(final Label label) {
933 mv.visitLabel(label);
934 }
935
936 /**
937 * Marks the current code position with a new label.

Callers 15

compileMethod · 0.95
doEmitStaticMethod · 0.95
doEmitPrimMethod · 0.95
doEmitMethod · 0.95
emitMethod · 0.95
compileMethod · 0.95
emitMethod · 0.95
tableSwitchMethod · 0.95
catchExceptionMethod · 0.95
emitBoxReturnMethod · 0.80
emitUnboxedMethod · 0.80
emitMethod · 0.80

Calls 1

visitLabelMethod · 0.45

Tested by

no test coverage detected