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

123

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DInterpretedVFrame.java29 import sun.jvm.hotspot.interpreter.*;
H A DVM.java35 import sun.jvm.hotspot.interpreter.*;
43 universe, object heap, interpreter, etc. It is a Singleton and
86 private Interpreter interpreter; field in class:VM
273 // interpreter, or stubRoutines here (any more). The current
623 if (interpreter == null) {
624 interpreter = new Interpreter();
626 return interpreter;
714 includes but is not spanned by the interpreter and code cache.
H A DRegisterMap.java31 import sun.jvm.hotspot.interpreter.*;
H A DFrame.java34 import sun.jvm.hotspot.interpreter.*;
94 // bcp will be null for interpreter native methods
289 // this system can not be allowed. All accesses to interpreter frame
296 the interpreter frame's BCI atomic with respect to GC. This may
356 // interpreter_frame_monitor_size reports the allocation size of a monitor in the interpreter stack.
613 // code in the interpreter calls a blocking runtime
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/amd64/
H A DAMD64CurrentFrameGuess.java30 import sun.jvm.hotspot.interpreter.*;
45 interpreter or CodeCache) then we try to find an associated EBP.
100 System.out.println("CurrentFrameGuess: choosing interpreter frame: sp = " +
160 // interpreter and take care of that, otherwise we run code
172 // Restore base-pointer, since next frame might be an interpreter frame.
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/x86/
H A DX86CurrentFrameGuess.java30 import sun.jvm.hotspot.interpreter.*;
44 interpreter or CodeCache) then we try to find an associated EBP.
100 System.out.println("CurrentFrameGuess: choosing interpreter frame: sp = " +
160 // interpreter and take care of that, otherwise we run code
172 // Restore base-pointer, since next frame might be an interpreter frame.
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A Dsa.js42 sapkg.interpreter = sapkg.hotspot.interpreter;
64 sa.interpreter = sa.vm.interpreter;
760 // bytecode interpreter functions
762 // iterates interpreter codelets for each interpreter codelet
764 var stubQueue = sa.interpreter.code;
817 var BytecodeDisAsmClass = sapkg.interpreter.BytecodeDisassembler;
827 disAsm.decode(new sapkg.interpreter
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DCommandTool.java76 final CommandInterpreter interpreter =
84 interpreter.executeCommand(script.readln());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeInvoke.java25 package sun.jvm.hotspot.interpreter;
H A DBytecodeDisassembler.java25 package sun.jvm.hotspot.interpreter;
H A DBytecodeLoadConstant.java25 package sun.jvm.hotspot.interpreter;
H A DBytecodes.java25 package sun.jvm.hotspot.interpreter;
602 def(_aload_0 , "aload_0" , "b" , null , BasicType.getTObject() , 1, true ); // rewriting in interpreter
731 def(_lookupswitch , "lookupswitch" , "" , null , BasicType.getTVoid() , -1, false); // rewriting in interpreter
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/
H A DByteCodeRewriter.java28 import sun.jvm.hotspot.interpreter.*;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DPointerFinder.java30 import sun.jvm.hotspot.interpreter.*;
H A DPointerLocation.java31 import sun.jvm.hotspot.interpreter.*;
231 tty.println("In interpreter codelet \"" + interpreterCodelet.getDescription() + "\"");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/
H A DPStack.java30 import sun.jvm.hotspot.interpreter.*;
106 // check interpreter frame
112 out.print("<interpreter> ");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DConstMethod.java31 import sun.jvm.hotspot.interpreter.*;
H A DMethod.java31 import sun.jvm.hotspot.interpreter.*;
H A DGenerateOopMap.java29 import sun.jvm.hotspot.interpreter.*;
2210 throw new RuntimeException("Illegal bytecode sequence encountered while generating interpreter pointer maps - method should be rejected by verifier.");
/openjdk7/hotspot/agent/make/
H A DMakefile91 sun.jvm.hotspot.interpreter \
183 sun/jvm/hotspot/interpreter/*.java \
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DCommandProcessor.java40 import sun.jvm.hotspot.interpreter.*;
H A DHSDB.java40 import sun.jvm.hotspot.interpreter.*;
889 anno += "\n(Unknown interpreter codelet)";
983 // Add interpreter frame annotations
1717 System.err.println("Correcting for invalid interpreter frame");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/
H A DHTMLGenerator.java37 import sun.jvm.hotspot.interpreter.*;
865 // may be interpreter code.

Completed in 96 milliseconds

123