Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ writeU2
Method
writeU2
java/org/apache/jasper/compiler/SmapUtil.java:336–339 ·
view source on GitHub ↗
(int val)
Source
from the content-addressed store, hash-verified
334
}
335
336
void
writeU2(
int
val) {
337
writeU1(val >> 8);
338
writeU1(val & 0xFF);
339
}
340
341
void
writeU4(
int
val) {
342
writeU2(val >> 16);
Callers
8
addSDE
Method · 0.95
copyMembers
Method · 0.95
copyAttrs
Method · 0.95
writeAttrForSDE
Method · 0.95
randomAccessWriteU2
Method · 0.95
writeU4
Method · 0.95
copyConstantPool
Method · 0.95
writeUtf8ForSDE
Method · 0.95
Calls
1
writeU1
Method · 0.95
Tested by
no test coverage detected