MCPcopy Create free account
hub / github.com/beanshell/beanshell / put122

Method put122

src/bsh/org/objectweb/asm/ClassWriter.java:957–959  ·  view source on GitHub ↗

Puts one byte and two shorts into the constant pool. @param b a byte. @param s1 a short. @param s2 another short.

(final int b, final int s1, final int s2)

Source from the content-addressed store, hash-verified

955 */
956
957 private void put122 (final int b, final int s1, final int s2) {
958 pool.put12(b, s1).put2(s2);
959 }
960}

Callers 4

newFieldMethod · 0.95
newMethodMethod · 0.95
newItfMethodMethod · 0.95
newNameTypeMethod · 0.95

Calls 2

put2Method · 0.80
put12Method · 0.80

Tested by

no test coverage detected