Searched defs:emit (Results 1 - 19 of 19) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DgenSolarisConstants.c41 static void emit(char* name, int value) { function
49 #define DEF(X) emit(#X, X);
H A DgenUnixConstants.c40 static void emit(char* name, int value) { function
48 #define DEF(X) emit(#X, X);
68 emit("O_DSYNC", O_SYNC);
121 emit("ENODATA", ELAST);
/openjdk7/jdk/src/share/native/sun/nio/ch/
H A DgenSocketOptionRegistry.c46 static void emit(const char *name, char * family, int level, int optname) { function
52 emit(name, "Net.UNSPEC", level, optname);
56 emit(name, "StandardProtocolFamily.INET", level, optname);
60 emit(name, "StandardProtocolFamily.INET6", level, optname);
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DX509CertificatePair.java195 emit(tmp);
267 private void emit(DerOutputStream out) method in class:X509CertificatePair
/openjdk7/jdk/test/javax/management/remote/mandatory/threads/
H A DExecutorTest.java160 emitter.emit();
183 public void emit(); method in interface:ExecutorTest.EmitterMBean
188 public void emit() { method in class:ExecutorTest.Emitter
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DArguments.java106 // Determine whether to emit bindings for client, server or both; and
107 // whether to emit delegate-style (TIE) rather than derived-style
112 emit = ((emit == Server || emit == All) ? All : Client);
116 emit = ((emit == Client || emit == All) ? All : Server);
121 emit = All;
128 emit
326 public int emit = None; field in class:Arguments
[all...]
H A DInterfaceGen.java74 //emit = ((Arguments)Compile.compiler.arguments).emit;
118 &&(theArguments.emit == theArguments.All ) )
144 emit = ((Arguments)Compile.compiler.arguments).emit;
156 //if (emit != Arguments.Client || i.state () != null)
158 if (emit != Arguments.Client)
169 if (emit != Arguments.Server /* && !i.isAbstract () */)
178 if (emit != Arguments.Server)
187 if (emit !
851 protected int emit = 0; field in class:InterfaceGen
[all...]
H A DValueGen.java40 // -D57067 <klr> suppress default init if an emit init explicitly specified.
108 emit = ((Arguments)Compile.compiler.arguments).emit;
272 // Per Simon, 9/3/98, emit a protected default constructor
284 // Per Simon, 4/6/98, emit _truncatable_ids()
387 // <d59071> Don't alter the symbol table/emit list elements!
406 // <d59071> Don't alter the symbol table/emit list elements!
761 protected int emit = 0; field in class:ValueGen
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DSymtabEntry.java236 public boolean emit () method in class:SymtabEntry
239 } // emit
241 public void emit (boolean emit) argument
243 _emit = emit;
244 } // emit
/openjdk7/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DCallSite.java88 void emit(PrintStream stream, int indent) { method in class:CallSite
96 emit(stream, indent);
114 emit(stream, indent + 4);
/openjdk7/jaxp/src/com/sun/org/apache/regexp/internal/
H A DRECompiler.java131 void emit(char c) method in class:RECompiler
722 emit((char)range.minRange[i]);
723 emit((char)range.maxRange[i]);
826 emit((char) c);
834 emit(pattern.charAt(idx++));
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DX509CertInfo.java189 emit(tmp);
231 emit(tmp);
793 private void emit(DerOutputStream out) method in class:X509CertInfo
H A DX500Name.java816 public void emit(DerOutputStream out) throws IOException { method in class:X500Name
/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.hpp523 virtual void emit(CodeBuffer &cbuf, PhaseRegAlloc *ra_) const { } function in class:NeverBranchNode
H A Dmachnode.cpp128 //------------------------------emit-------------------------------------------
129 void MachNode::emit(CodeBuffer &cbuf, PhaseRegAlloc *ra_) const { function in class:MachNode
131 tty->print("missing MachNode emit function: ");
508 void MachNullCheckNode::emit(CodeBuffer &cbuf, PhaseRegAlloc *ra_) const { function in class:MachNullCheckNode
512 // Nothing to emit
515 // Nothing to emit
H A Dmachnode.hpp222 virtual void emit(CodeBuffer &cbuf, PhaseRegAlloc *ra_) const;
336 virtual void emit(CodeBuffer &cbuf, PhaseRegAlloc *ra_) const;
359 virtual void emit(CodeBuffer& cbuf, PhaseRegAlloc* ra_) const;
409 virtual void emit(CodeBuffer &cbuf, PhaseRegAlloc *ra_) const;
423 virtual void emit(CodeBuffer &cbuf, PhaseRegAlloc *ra_) const;
438 virtual void emit(CodeBuffer &cbuf, PhaseRegAlloc *ra_) const;
466 virtual void emit(CodeBuffer &cbuf, PhaseRegAlloc *ra_) const;
505 virtual void emit(CodeBuffer &cbuf, PhaseRegAlloc *ra_) const;
546 virtual void emit(CodeBuffer &cbuf, PhaseRegAlloc *ra_) const;
842 virtual void emit(CodeBuffe function in class:MachTempNode
[all...]
H A Dnode.cpp946 //------------------------------emit-------------------------------------------
948 void Node::emit(CodeBuffer &cbuf, PhaseRegAlloc *ra_) const {} function in class:Node
H A Dcompile.cpp584 n->emit(buf, this->regalloc());
3180 // Do not emit a trap here if it has already caused recompilations.
3395 void Compile::ConstantTable::emit(CodeBuffer& cb) { function in class:Compile::ConstantTable
/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp1839 // Special classes and routines for defining node emit routines which output
1841 // Define the ___Node::emit() routine
1843 // (1) void ___Node::emit(CodeBuffer &cbuf, PhaseRegAlloc *ra_) const {
2042 assert( op, "Attempting to emit a non-register or non-constant");
2122 // Check for emit prefix, '$$emit32'
2203 // emit the operand reference
2235 void emit() { function in class:DefineEmitState
2239 // Emit the function name when generating an emit function
2250 // Must emit relocation information
2283 // Not an emit# comman
[all...]

Completed in 89 milliseconds