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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DReceiverTypeData.java65 public static int receiverCellIndex(int row) { method in class:ReceiverTypeData
78 Oop recv = oopAt(receiverCellIndex(row));
95 return cellOffset(receiverCellIndex(row));
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ci/
H A DciReceiverTypeData.java45 ciObject recv = ciObjectFactory.get(addressAt(receiverCellIndex(row)));
H A DciVirtualCallData.java45 ciObject recv = ciObjectFactory.get(addressAt(receiverCellIndex(row)));

Completed in 45 milliseconds