Searched refs:ciReceiverTypeData (Results 1 - 7 of 7) 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
H A DciMethodData.java142 return new ciReceiverTypeData(dataLayout);
/openjdk7/hotspot/src/share/vm/ci/
H A DciClassList.hpp55 class ciReceiverTypeData; // part of ciMethodData
110 friend class ciReceiverTypeData; \
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; }
H A DciMethodData.cpp121 void ciReceiverTypeData::translate_receiver_data_from(ProfileData* data) {
151 return new ciReceiverTypeData(data_layout);
401 void ciReceiverTypeData::print_receiver_data_on(outputStream* st) {
417 void ciReceiverTypeData::print_data_on(outputStream* st) {
418 print_shared(st, "ciReceiverTypeData");
H A DciMethod.cpp477 ciReceiverTypeData* call = (ciReceiverTypeData*)data->as_ReceiverTypeData();
/openjdk7/hotspot/src/share/vm/opto/
H A DparseHelper.cpp511 ciReceiverTypeData* rdata = (ciReceiverTypeData*)data->as_ReceiverTypeData();

Completed in 88 milliseconds