Searched refs:traceFixedWidthInt (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DInjectBytecodes.java151 private void traceFixedWidthInt(int x, int length) { method in class:InjectBytecodes
272 traceFixedWidthInt(pos, 4);
273 traceFixedWidthInt(newPos, 4);
325 traceFixedWidthInt(i, 5);
359 traceFixedWidthInt(match, 5);
435 traceFixedWidthInt(pos, 4);
442 traceFixedWidthInt(pos, 4);
443 traceFixedWidthInt(newPos, 4);
510 traceFixedWidthInt(i, 5);
544 traceFixedWidthInt(matc
[all...]
H A DClassDump.java202 traceFixedWidthInt(startPC, 6);
203 traceFixedWidthInt(endPC, 6);
204 traceFixedWidthInt(handlerPC, 6);
260 private void traceFixedWidthInt(int x, int length) { method in class:ClassDump

Completed in 31 milliseconds