Searched refs:has_method_type_shift (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A DcpCacheOop.hpp174 has_method_type_shift = 24, enumerator in enum:VALUE_OBJ_CLASS_SPEC::__anon263
320 bool has_method_type() const { return (_flags & (1 << has_method_type_shift)) != 0; }
H A DcpCacheOop.cpp313 ((has_method_type ? 1 : 0) << has_method_type_shift) |
355 ((has_method_type ? 1 : 0) << has_method_type_shift) |

Completed in 33 milliseconds