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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueType.hpp52 class AddressConstant;
157 virtual AddressConstant* as_AddressConstant() { return NULL; }
399 class AddressConstant: public AddressType { class in inherits:AddressType
404 AddressConstant(jint value) { _value = value; } function in class:AddressConstant
410 virtual AddressConstant* as_AddressConstant() { return this; }

Completed in 430 milliseconds