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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DReceiverTypeData.java41 static final int receiver0Offset = counterCellCount; field in class:ReceiverTypeData
42 static final int count0Offset = receiver0Offset + 1;
43 static final int receiverTypeRowCellCount = (count0Offset + 1) - receiver0Offset;
66 return receiver0Offset + row * receiverTypeRowCellCount;

Completed in 28 milliseconds