Searched refs:has_appendix_shift (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A DcpCacheOop.hpp173 has_appendix_shift = 23, enumerator in enum:VALUE_OBJ_CLASS_SPEC::__anon263
319 bool has_appendix() const { return (_flags & (1 << has_appendix_shift)) != 0; }
H A DcpCacheOop.cpp312 ((has_appendix ? 1 : 0) << has_appendix_shift) |
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp2930 __ testl(flags, (1 << ConstantPoolCacheEntry::has_appendix_shift));
H A DtemplateTable_x86_64.cpp2993 __ testl(flags, (1 << ConstantPoolCacheEntry::has_appendix_shift));
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp2991 __ set((1 << ConstantPoolCacheEntry::has_appendix_shift), temp);

Completed in 61 milliseconds