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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DDebugVC50TypeLeafIndices.java125 public static final int LF_VARSTRING = 0x8010; field in interface:DebugVC50TypeLeafIndices
H A DTestDebugInfo.java241 case LF_VARSTRING: System.out.print("LF_VARSTRING "); break;
H A DCOFFFileParser.java3205 case LF_VARSTRING: throw new RuntimeException("Unexpected numeric leaf " + typeStringLeaf +
3258 case LF_VARSTRING: return 4 + readIntNumericLeafAt(absoluteOffset + 2);
3320 // specified. There is a LF_VARSTRING numeric leaf (the
3330 // NOTE: it isn't clear whether LF_VARSTRING numeric leaves

Completed in 45 milliseconds