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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DConstMethod.java307 public Symbol getLocalVariableName(int bci, int slot) { method in class:ConstMethod
308 return getMethod().getLocalVariableName(bci, slot);
H A DMethod.java312 public Symbol getLocalVariableName(int bci, int slot) { method in class:Method
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/
H A DHTMLGenerator.java1369 Symbol name = sd.getMethod().getLocalVariableName(sd.getBCI(), i);

Completed in 38 milliseconds