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

/openjdk7/hotspot/src/share/vm/oops/
H A DcpCacheOop.hpp167 tos_state_mask = right_n_bits(tos_state_bits), enumerator in enum:VALUE_OBJ_CLASS_SPEC::__anon263
333 TosState flag_state() const { assert((uint)number_of_states <= (uint)tos_state_mask+1, "");
334 return (TosState)((_flags >> tos_state_shift) & tos_state_mask); }
375 assert((((u4)-1 >> tos_state_shift) & ~tos_state_mask) == 0, "no need for tos_state mask");
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp2274 __ andptr(flags, ConstantPoolCacheEntry::tos_state_mask);
2489 __ andl(flags, ConstantPoolCacheEntry::tos_state_mask);
H A DtemplateTable_x86_64.cpp2340 __ andl(flags, ConstantPoolCacheEntry::tos_state_mask);
2547 __ andl(flags, ConstantPoolCacheEntry::tos_state_mask);

Completed in 50 milliseconds