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

/openjdk7/hotspot/src/share/vm/ci/
H A DciField.cpp120 // The default values for _flags and _constant_value will suffice.
233 _constant_value = ciConstant(type()->basic_type(), mirror->byte_field(_offset));
236 _constant_value = ciConstant(type()->basic_type(), mirror->char_field(_offset));
239 _constant_value = ciConstant(type()->basic_type(), mirror->short_field(_offset));
242 _constant_value = ciConstant(type()->basic_type(), mirror->bool_field(_offset));
245 _constant_value = ciConstant(type()->basic_type(), mirror->int_field(_offset));
248 _constant_value = ciConstant(mirror->float_field(_offset));
251 _constant_value = ciConstant(mirror->double_field(_offset));
254 _constant_value = ciConstant(mirror->long_field(_offset));
269 _constant_value
[all...]
H A DciField.hpp54 ciConstant _constant_value; member in class:ciField
148 return _constant_value;
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp1051 nonstatic_field(ciField, _constant_value, ciConstant) \

Completed in 49 milliseconds