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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DDebugVC50TypeLeafIndices.java111 public static final int LF_USHORT = 0x8002; field in interface:DebugVC50TypeLeafIndices
H A DTestDebugInfo.java227 case LF_USHORT: System.out.print("LF_USHORT "); break;
H A DCOFFFileParser.java3191 case LF_USHORT:
3243 case LF_USHORT: return 4;
3273 case LF_USHORT: return readShort() & 0xFFFF;
3289 case LF_USHORT: return readShort() & 0xFFFF;

Completed in 45 milliseconds