Searched refs:is_vfinal_shift (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A DcpCacheOop.cpp184 ( 1 << is_vfinal_shift) |
208 ((is_vfinal() ? 1 : 0) << is_vfinal_shift) |
314 ( 1 << is_vfinal_shift) |
356 ( 1 << is_vfinal_shift) |
H A DcpCacheOop.hpp170 is_vfinal_shift = 20, enumerator in enum:VALUE_OBJ_CLASS_SPEC::__anon263
322 bool is_vfinal() const { return (_flags & (1 << is_vfinal_shift)) != 0; }
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp3050 __ set((1 << ConstantPoolCacheEntry::is_vfinal_shift), G4_scratch);
3170 __ set((1 << ConstantPoolCacheEntry::is_vfinal_shift), Rscratch);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp2990 __ andl(rax, (1 << ConstantPoolCacheEntry::is_vfinal_shift));
H A DtemplateTable_x86_64.cpp3055 __ andl(rax, (1 << ConstantPoolCacheEntry::is_vfinal_shift));
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp2370 declare_constant(ConstantPoolCacheEntry::is_vfinal_shift) \

Completed in 71 milliseconds