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

/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.cpp292 static const jlong high_bit = (jlong)1 << (jlong)63; variable
293 static const jlong other_bits = ~high_bit;
297 if (tmp != high_bit) {
304 return high_bit;
314 if (tmp != high_bit) {
321 return high_bit;
/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp1264 high_bit = 0x4000 // extra bit which is always set enumerator in enum:breakpoint_Relocation::__anon213
H A DrelocInfo.cpp1015 _bits = bits | high_bit;

Completed in 46 milliseconds