Searched defs:typeStringLeaf (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DDebugVC50TypeIterator.java89 public int typeStringLeaf(); method in interface:DebugVC50TypeIterator
H A DCOFFFileParser.java2243 private int typeStringLeaf; field in class:COFFFileParser.COFFFileImpl.COFFHeaderImpl.DebugVC50Impl.DebugVC50TypeIteratorImpl
2295 public int typeStringLeaf() { method in class:COFFFileParser.COFFFileImpl.COFFHeaderImpl.DebugVC50Impl.DebugVC50TypeIteratorImpl
2296 return typeStringLeaf;
3074 typeStringLeaf = lo;
3077 typeStringLeaf = (hi << 8) | lo;
3087 if (typeStringLeaf >= 0xF0 && typeStringLeaf <= 0xFF) {
3088 return (typeStringLeaf - 0xF0);
3091 switch (typeStringLeaf) {
3205 case LF_VARSTRING: throw new RuntimeException("Unexpected numeric leaf " + typeStringLeaf
[all...]

Completed in 64 milliseconds