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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicLocalSym.java31 private long frameOffset; field in class:BasicLocalSym
33 public BasicLocalSym(String name, Type type, long frameOffset) { argument
36 this.frameOffset = frameOffset;
42 public long getFrameOffset() { return frameOffset; }

Completed in 36 milliseconds