Searched refs:iop (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/solaris/native/java/util/
H A DTimeZone_md.c342 struct iobuffer *iop = (struct iobuffer *) stream; local
344 if (iop->magic != -1) {
348 if (iop == NULL) {
351 close(iop->fd);
352 free((void *)iop->buffer);
353 free((void *)iop);
362 struct iobuffer *iop; local
378 iop = malloc(sizeof(struct iobuffer));
379 if (iop == NULL) {
384 iop
405 struct iobuffer *iop = (struct iobuffer *) stream; local
[all...]
/openjdk7/corba/make/org/omg/sources/
H A DMakefile54 build: poa.compile iop.compile corbax.compile messaging.compile pi.compile dynany.compile ns.compile tr.compile
55 clean clobber:: pi.clean iop.clean corbax.clean messaging.clean poa.clean dynany.clean ns.clean tr.clean
57 build: poa.compile iop.compile corbax.compile messaging.compile pi.compile ns.compile dynany.compile
58 clean clobber:: iop.clean corbax.clean messaging.clean pi.clean poa.clean ns.clean dynany.clean
162 iop.compile: $(IOPGENERATEDFILES)
164 iop.clean:
208 .PHONY : poa.compile poa.clean iop.compile iop.clean messaging.compile messaging.clean corbax.compile corbax.clean pi.compile pi.clean dynany.clean dynany.compile ns.compile ns.clean tr.compile tr.clean
210 .PHONY : poa.compile poa.clean iop.compile iop
[all...]
/openjdk7/hotspot/src/share/tools/hsdis/
H A Dhsdis.c345 char* iop = iop_base; local
363 if (iop > iop_base && iop < iop_limit) (*iop++) = ',';
364 if (iop + plen > iop_limit)
365 plen = iop_limit - iop;
366 strncpy(iop, p, plen);
367 iop += plen;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/
H A DIORImpl.java326 IIOPProfile iop = null ;
329 iop = (IIOPProfile)(iter.next()) ;
331 if (iop != null)
332 return iop ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/oldlocal/
H A DLocalClientRequestImpl.sjava65 IIOPProfile iop = ior.getProfile();
66 ObjectKey okey = iop.getObjectKey();
/openjdk7/hotspot/src/share/vm/opto/
H A Dlcm.cpp139 int iop = mach->ideal_Opcode(); local
140 switch( iop ) {
183 if( must_clone[iop] ) {
430 int iop = n->is_Mach() ? n->as_Mach()->ideal_Opcode() : 0; local
433 iop == Op_CreateEx || // Create-exception must start block
434 iop == Op_CheckCastPP
459 if ( must_clone[iop] ) {
H A Dblock.cpp551 int iop = bra->as_Mach()->ideal_Opcode();
552 if( iop == Op_FastLock || iop == Op_FastUnlock )
H A Doutput.cpp2459 int iop = mach->ideal_Opcode(); local
2460 if( iop == Op_CreateEx ) continue; // CreateEx is pinned
2461 if( iop == Op_Con ) continue; // Do not schedule Top
2462 if( iop == Op_Node && // Do not schedule PhiNodes, ProjNodes
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.cpp3395 char *iop, *subtree; local
3408 iop = (char *)_AD._internalOps[subtree];
3410 if (iop == NULL) {
3411 iop = subtree;
3412 _AD._internalOps.Insert(subtree, iop);
3413 _AD._internalOpNames.addName(iop);
3414 _AD._internalMatch.Insert(iop, this);
3417 _internalop = iop;
3418 _result = iop;

Completed in 101 milliseconds