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

/openjdk7/hotspot/src/share/vm/oops/
H A DcpCacheOop.cpp136 ((is_final ? 1 : 0) << is_final_shift),
185 ((method->is_final_method() ? 1 : 0) << is_final_shift) |
209 ((method->is_final_method() ? 1 : 0) << is_final_shift),
315 ( 1 << is_final_shift),
357 ( 1 << is_final_shift),
H A DcpCacheOop.hpp172 is_final_shift = 22, enumerator in enum:VALUE_OBJ_CLASS_SPEC::__anon263
318 bool is_final() const { return (_flags & (1 << is_final_shift)) != 0; }
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp2368 declare_constant(ConstantPoolCacheEntry::is_final_shift) \

Completed in 94 milliseconds