Searched defs:high_bit (Results 1 - 2 of 2) 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

Completed in 34 milliseconds