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

/openjdk7/hotspot/src/share/vm/compiler/
H A DoopMap.hpp60 enum { type_shift = 0, enumerator in enum:OopMapValue::__anon225
64 type_mask_in_place = type_mask << type_shift,
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp237 , type_shift = kind_shift + kind_bits enumerator in enum:LIR_OprDesc::OprShift
238 , size_shift = type_shift + type_bits
257 , type_mask = right_n_bits(type_bits) << type_shift
285 unknown_type = 0 << type_shift // means: not set (catch uninitialized types)
286 , int_type = 1 << type_shift
287 , long_type = 2 << type_shift
288 , object_type = 3 << type_shift
289 , address_type = 4 << type_shift
290 , float_type = 5 << type_shift
291 , double_type = 6 << type_shift
[all...]

Completed in 1546 milliseconds