Searched refs:interpreter (Results 26 - 50 of 73) sorted by relevance

123

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DInterpreter.java25 package sun.jvm.hotspot.interpreter;
H A DBytecodeBipush.java25 package sun.jvm.hotspot.interpreter;
H A DBytecodeGetPut.java25 package sun.jvm.hotspot.interpreter;
H A DBytecodeIf.java25 package sun.jvm.hotspot.interpreter;
H A DBytecodeIinc.java25 package sun.jvm.hotspot.interpreter;
H A DBytecodeMultiANewArray.java25 package sun.jvm.hotspot.interpreter;
H A DBytecodeRet.java25 package sun.jvm.hotspot.interpreter;
H A DBytecodeSipush.java25 package sun.jvm.hotspot.interpreter;
H A DBytecodeWithKlass.java25 package sun.jvm.hotspot.interpreter;
H A DInterpreterCodelet.java25 package sun.jvm.hotspot.interpreter;
36 /** An InterpreterCodelet is a piece of interpreter code. All
37 interpreter code is generated into little codelets which contain
H A DOopMapForCacheEntry.java25 package sun.jvm.hotspot.interpreter;
H A DBytecode.java25 package sun.jvm.hotspot.interpreter;
H A DBytecodeLookupswitch.java25 package sun.jvm.hotspot.interpreter;
H A DBytecodeNewArray.java25 package sun.jvm.hotspot.interpreter;
H A DBytecodeTableswitch.java25 package sun.jvm.hotspot.interpreter;
H A DBytecodeStream.java25 package sun.jvm.hotspot.interpreter;
H A DOopMapCacheEntry.java25 package sun.jvm.hotspot.interpreter;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DCheckedExceptionElement.java30 import sun.jvm.hotspot.interpreter.*;
H A DExceptionTableElement.java30 import sun.jvm.hotspot.interpreter.*;
H A DLocalVariableTableElement.java30 import sun.jvm.hotspot.interpreter.*;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ia64/
H A DIA64CurrentFrameGuess.java30 import sun.jvm.hotspot.interpreter.*;
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DSourceTreeTool.java60 private CommandInterpreter interpreter; field in class:SourceTreeTool
72 this.interpreter = new CommandInterpreter(env);
87 interpreter.executeCommand("view " + node.getRelativePath());
104 interpreter.executeCommand("view " + node.getRelativePath());
H A DClassTreeTool.java63 private CommandInterpreter interpreter; field in class:ClassTreeTool
75 this.interpreter = new CommandInterpreter(env);
92 interpreter.executeCommand("view " + node.getReferenceTypeName());
110 interpreter.executeCommand("view " + node.getReferenceTypeName());
H A DSourceTool.java66 private CommandInterpreter interpreter; field in class:SourceTool
77 this.interpreter = new CommandInterpreter(env, true);
386 interpreter.executeCommand(cmd);
H A DThreadTreeTool.java68 private CommandInterpreter interpreter; field in class:ThreadTreeTool
80 this.interpreter = new CommandInterpreter(env);
102 interpreter.executeCommand("thread " +

Completed in 39 milliseconds

123