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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DInterpreter.java33 public class Interpreter { class
50 public Interpreter() { method in class:Interpreter
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dinterpreter.hpp72 // Interpreter-specific initialization
75 // Interpreter-specific attributes
140 // Wrapper classes to produce Interpreter/InterpreterGenerator from either
143 class Interpreter: public CC_INTERP_ONLY(CppInterpreter) NOT_CC_INTERP(TemplateInterpreter) { class in inherits:CC_INTERP_ONLY,CppInterpreter,NOT_CC_INTERP,TemplateInterpreter

Completed in 295 milliseconds