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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DReceiverTypeData.java42 static final int count0Offset = receiver0Offset + 1; field in class:ReceiverTypeData
43 static final int receiverTypeRowCellCount = (count0Offset + 1) - receiver0Offset;
69 return count0Offset + row * receiverTypeRowCellCount;
H A DRetData.java44 static final int count0Offset = bci0Offset + 1; field in class:RetData
45 static final int displacement0Offset = count0Offset + 1;
70 return count0Offset + row * retRowCellCount;

Completed in 1225 milliseconds