Searched refs:_basic_type (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciType.hpp41 BasicType _basic_type; member in class:ciType
55 BasicType basic_type() const { return _basic_type; }
H A DciType.cpp44 _basic_type = basic_type;
48 _basic_type = Klass::cast(k())->oop_is_array() ? T_ARRAY : T_OBJECT;
52 _basic_type = klass->is_array_klass_klass() ? T_ARRAY : T_OBJECT;
/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.hpp341 BasicType basic_type() const { return _basic_type[_base]; }
348 static const BasicType _basic_type[]; member in class:Type
H A Dtype.cpp52 const BasicType Type::_basic_type[Type::lastype] = { member in class:Type
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp2106 BasicType _basic_type; // ValueType can not express byte-sized integers
2112 , _basic_type(basic_type)
2122 BasicType basic_type() { return _basic_type; }
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp1019 nonstatic_field(ciType, _basic_type, BasicType) \

Completed in 86 milliseconds