Searched defs:Compiler (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compiler.hpp30 // There is one instance of the Compiler per CompilerThread.
32 class Compiler: public AbstractCompiler { class in inherits:AbstractCompiler
41 Compiler();
42 ~Compiler();
H A Dc1_Compiler.cpp45 volatile int Compiler::_runtimes = uninitialized;
47 Compiler::Compiler() { function in class:Compiler
51 Compiler::~Compiler() {
56 void Compiler::initialize_all() {
72 void Compiler::initialize() {
80 BufferBlob* Compiler::build_buffer_blob() {
92 void Compiler::compile_method(ciEnv* env, ciMethod* method, int entry_bci) {
115 void Compiler
[all...]
/openjdk7/jdk/src/share/classes/java/lang/
H A DCompiler.java29 * The {@code Compiler} class is provided to support Java-to-native-code
30 * compilers and related services. By design, the {@code Compiler} class does
47 public final class Compiler { class
48 private Compiler() {} // don't make instances method in class:Compiler
128 * Cause the Compiler to resume operation.
133 * Cause the Compiler to cease operation.
/openjdk7/hotspot/src/share/vm/opto/
H A Dphase.hpp43 Compiler, // Top-level compiler phase enumerator in enum:Phase::PhaseNumber
/openjdk7/langtools/test/tools/javac/diags/
H A DExample.java219 Compiler c = Compiler.getCompiler(runOpts, verbose);
296 abstract static class Compiler { class in class:Example
298 Compiler getCompiler(List<String> opts, boolean verbose);
302 public Compiler getCompiler(List<String> opts, boolean verbose) {
325 static Compiler getCompiler(List<String> opts, boolean verbose) {
332 protected Compiler(boolean verbose) { method in class:Example.Compiler
355 static class Jsr199Compiler extends Compiler {
435 static class SimpleCompiler extends Compiler {
485 static class BackdoorCompiler extends Compiler {
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DCompiler.java21 * $Id: Compiler.java,v 1.2.4.1 2005/09/14 19:47:10 jeffsuttor Exp $
75 public class Compiler extends OpMap class in inherits:OpMap
79 * Construct a Compiler object with a specific ErrorListener and
90 public Compiler(ErrorListener errorHandler, SourceLocator locator, method in class:Compiler
99 * Construct a Compiler instance that has a null error listener and a
102 public Compiler() method in class:Compiler

Completed in 63 milliseconds