Exemple #1
0
 protected static int getLength(HotSpotMethodData data, int position) {
   return data.readInt(position, ARRAY_DATA_LENGTH_OFFSET);
 }
Exemple #2
0
 public int getTakenDisplacement(HotSpotMethodData data, int position) {
   return data.readInt(position, TAKEN_DISPLACEMENT_OFFSET);
 }