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

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.hpp428 jint get_con() const { assert( is_con(), "" ); return _lo; } function in class:TypeInt
484 jlong get_con() const { assert( is_con(), "" ); return _lo; } function in class:TypeLong
682 virtual intptr_t get_con() const;
734 virtual intptr_t get_con() const;
819 virtual intptr_t get_con() const;
1060 virtual intptr_t get_con() const;
H A Dtype.cpp1306 st->print("int:%s", intname(buf, get_con()));
1585 st->print("long:%s", longname(buf, get_con()));
2100 //------------------------------get_con----------------------------------------
2101 intptr_t TypePtr::get_con() const { function in class:TypePtr
2258 //------------------------------get_con----------------------------------------
2259 intptr_t TypeRawPtr::get_con() const { function in class:TypeRawPtr
2676 //------------------------------get_con----------------------------------------
2677 intptr_t TypeOopPtr::get_con() const { function in class:TypeOopPtr
3820 intptr_t TypeNarrowOop::get_con() const { function in class:TypeNarrowOop
3821 return _ptrtype->get_con();
[all...]

Completed in 53 milliseconds