Home | History | Annotate | Download | only in heapdump

Lines Matching defs:ID_SIZE

38   private static final int ID_SIZE = 4;
130 if (idSize != ID_SIZE) {
164 byte[] bytes = new byte[recordLength - ID_SIZE];
362 hprof.skip(length * ID_SIZE);