Searched refs:getLocals (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DJavaVFrame.java36 public abstract StackValueCollection getLocals(); method in class:JavaVFrame
74 printStackValuesOn(tty, "locals", getLocals());
153 StackValueCollection locs = getLocals();
154 StackValueCollection otherLocs = other.getLocals();
H A DInterpretedVFrame.java39 public StackValueCollection getLocals() { method in class:InterpretedVFrame
H A DCompiledVFrame.java95 public StackValueCollection getLocals() { method in class:CompiledVFrame
98 List scvList = getScope().getLocals();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaFrame.java56 return getLocals();
140 private synchronized JSMap getLocals() { method in class:JSJavaFrame
144 StackValueCollection values = jvf.getLocals();
206 StackValueCollection values = jvf.getLocals();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DStackFrameImpl.java121 StackValueCollection values = saFrame.getLocals();
192 StackValueCollection values = saFrame.getLocals();
214 StackValueCollection values = saFrame.getLocals();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DScopeDesc.java96 public List getLocals() { method in class:ScopeDesc
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DVariablePanel.java93 StackValueCollection coll = jfr.getLocals();
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DMethodGenerator.java214 _slotAllocator.initialize(getLocalVariableRegistry().getLocals(false));
495 protected LocalVariableGen[] getLocals(boolean includeRemoved) { method in class:MethodGenerator.LocalVariableRegistry
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/
H A DHTMLGenerator.java1074 List locals = sd.getLocals();

Completed in 160 milliseconds