Searched refs:compiled (Results 1 - 24 of 24) sorted by relevance

/openjdk7/jdk/src/share/classes/java/nio/
H A DX-Buffer-bin.java.template26 #warn This file is preprocessed before being compiled
H A DDirect-X-Buffer-bin.java.template26 #warn This file is preprocessed before being compiled
H A DByteBufferAs-X-Buffer.java.template26 #warn This file is preprocessed before being compiled
H A DX-Buffer.java.template26 #warn This file is preprocessed before being compiled
H A DDirect-X-Buffer.java.template26 #warn This file is preprocessed before being compiled
H A DHeap-X-Buffer.java.template26 #warn This file is preprocessed before being compiled
/openjdk7/jdk/src/share/classes/sun/util/
H A DLocaleDataMetaInfo-XLocales.java.template26 #warn This file is preprocessed before being compiled
H A DCoreResourceBundleControl-XLocales.java.template26 #warn This file is preprocessed before being compiled
/openjdk7/hotspot/test/compiler/6443505/
H A DTest6443505.java30 * @run main/othervm -Xcomp -XX:CompileOnly="Test6443505.compiled" Test6443505
65 int C = compiled(4, a, b);
73 C = compiled(a, b, q, 4);
85 // If improperly compiled, uses carry/borrow bit, which is wrong.
87 static int compiled(int p, int x, int y) { method in class:Test6443505
98 static int compiled(int x, int y, int q, int p) { method in class:Test6443505
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DXJCListener.java89 * Called after the schema is compiled and the code generation strategy is determined,
95 public void compiled(Outline outline) {} method in class:XJCListener
H A DDriver.java349 listener.compiled(outline);
/openjdk7/jdk/src/solaris/sample/dtrace/hotspot/
H A Dhotspot_calls_tree.d73 hotspot$target:::compiled-method-load,
74 hotspot$target:::compiled-method-unload,
H A Dmethod_compile_stat.d85 * the method being compiled
88 * the method being compiled
91 * the method being compiled
123 * the method being compiled
126 * the method being compiled
129 * the method being compiled
132 * has been compiled successfuly
157 * Method was successfuly compiled
191 hotspot$target:::compiled-method-load
198 hotspot$target:::compiled
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.hpp88 int compiled() { function in class:VALUE_OBJ_CLASS_SPEC
98 return (interpreted() + compiled() + native() + compiling());
297 static int all_comp_ticks; // ticks in compiled code (+ native)
H A Dfprofiler.cpp186 tty->print_cr("Printing compiled methods with PC buckets having more than %d ticks", ProfilerPCTickThreshold);
980 // For runtime stubs, record as native rather than as compiled
1379 // print compiled methods
1398 title = "Total compiled";
1400 title = "Total compiled (including elided)";
1546 st->print("%d/%d/%d/%d", interpreted(), compiled(), native(), compiling());
/openjdk7/jdk/test/java/nio/Buffer/
H A DCopyDirect-X-Memory.java.template24 #warn This file is preprocessed before being compiled
H A DBasic-X.java.template31 #warn This file is preprocessed before being compiled
/openjdk7/jdk/src/share/classes/java/nio/charset/
H A DCharset-X-Coder.java.template26 #warn This file is preprocessed before being compiled
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DEnter.java72 * compiled syntax trees, the second phase is demand. Members of a
75 * class symbols for compiled classes which invoke the member-enter
378 // Enter class into `compiled' table and enclosing scope.
379 if (chk.compiled.get(c.flatname) != null) {
385 chk.compiled.put(c.flatname, c);
H A DCheck.java157 /** A table mapping flat names of all compiled classes in this run to their
160 public Map<Name,ClassSymbol> compiled = new HashMap<Name, ClassSymbol>(); field in class:Check
415 if (compiled.get(flatname) == null) return flatname;
H A DLower.java580 // Enter class symbol in owner scope and compiled table.
582 chk.compiled.put(c.flatname, c);
1196 ClassSymbol ctag = chk.compiled.get(flatname);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DMode.java78 * The name of the method in which this mode is compiled.
187 * compiled for this mode. Normally takes the form 'applyTemplates()'
205 * Shortcut to get the class compiled for this mode (will be inlined).
691 boolean compiled = false;
712 compiled = true;
717 // Return "null" if no test sequences were compiled
718 if (!compiled) return(null);
/openjdk7/jdk/src/share/classes/java/util/regex/
H A DPattern.java40 * A compiled representation of a regular expression.
42 * <p> A regular expression, specified as a string, must first be compiled into
65 * is less efficient since it does not allow the compiled pattern to be reused.
937 * Boolean indicating this Pattern is compiled; this is necessary in order
940 private transient volatile boolean compiled = false; field in class:Pattern
1016 * The expression to be compiled
1030 * The expression to be compiled
1051 * Returns the regular expression from which this pattern was compiled.
1063 * compiled.</p>
1082 if (!compiled) {
[all...]
/openjdk7/jdk/test/java/util/Formatter/
H A DBasic-X.java.template31 #warn This file is preprocessed before being compiled

Completed in 138 milliseconds