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

/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.hpp436 static BasicType box_klass_type(klassOop k); // inverse of box_klass
H A DjavaClasses.cpp2255 BasicType type = SystemDictionary::box_klass_type(box->klass());
2263 BasicType type = SystemDictionary::box_klass_type(box->klass());
2297 BasicType type = SystemDictionary::box_klass_type(box->klass());
H A DsystemDictionary.cpp1916 BasicType SystemDictionary::box_klass_type(klassOop k) { function in class:SystemDictionary

Completed in 53 milliseconds