Searched defs:ciReceiverTypeData (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ci/
H A DciReceiverTypeData.java34 public class ciReceiverTypeData extends ReceiverTypeData { class in inherits:ReceiverTypeData
35 public ciReceiverTypeData(DataLayout data) { method in class:ciReceiverTypeData
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodData.hpp38 class ciReceiverTypeData;
62 class ciReceiverTypeData : public ReceiverTypeData { class in inherits:ReceiverTypeData
64 ciReceiverTypeData(DataLayout* layout) : ReceiverTypeData(layout) {}; function in class:ciReceiverTypeData
91 // Fake multiple inheritance... It's a ciReceiverTypeData also.
92 ciReceiverTypeData* rtd_super() { return (ciReceiverTypeData*) this; }

Completed in 30 milliseconds