Searched refs:stubName (Results 1 - 6 of 6) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DStubFactoryFactoryStaticImpl.java52 String stubName = null ;
55 stubName = Utility.idlStubName( className ) ;
57 stubName = Utility.stubNameForCompiler( className ) ;
66 // If stubName starts with a "forbidden" package, try the prefixed
70 String firstStubName = stubName ;
71 String secondStubName = stubName ;
73 if (PackagePrefixChecker.hasOffendingPrefix(stubName))
74 firstStubName = PackagePrefixChecker.packagePrefix() + stubName ;
76 secondStubName = PackagePrefixChecker.packagePrefix() + stubName ;
111 "Could not load class " + stubName ) ;
[all...]
H A DStubFactoryFactoryBase.java42 return Utility.stubName( fullName ) ;
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DHelper.java437 String stubNameofEntry = stubName ((InterfaceEntry)entry);
486 String stubNameofEntry = stubName ((InterfaceEntry)entry);
551 String stubNameofEntry = stubName ((InterfaceEntry)entry);
596 String stubNameofEntry = stubName ((InterfaceEntry)entry);
680 protected String stubName (InterfaceEntry entry) method in class:Helper
690 } // stubName
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DStubGenerator.java490 String stubName = getStubNameFor(type,false);
494 fullName = stubName;
496 fullName = packageName + "." + stubName;
498 addClassInUse(stubName,fullName,packageName);
507 String stubName;
515 stubName = Utility.idlStubName(className);
517 stubName = Utility.stubNameForCompiler(className);
519 return stubName;
656 String stubName = getStubNameFor(type,true);
657 return getName(stubName);
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/util/
H A DUtility.java730 * Convert a RepId to a stubName...
743 className = stubName(className);
830 public static String stubName (String className) method in class:Utility
832 return stubName( className, false ) ;
837 return stubName( className, true ) ;
840 private static String stubName( String className, method in class:Utility
/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp5416 const char *stubName; local
5422 stubName = "aescrypt_encryptBlock";
5426 stubName = "aescrypt_decryptBlock";
5461 stubAddr, stubName, TypePtr::BOTTOM,
5470 const char *stubName; local
5477 stubName = "cipherBlockChaining_encryptAESCrypt";
5481 stubName = "cipherBlockChaining_decryptAESCrypt";
5543 stubAddr, stubName, TypePtr::BOTTOM,

Completed in 316 milliseconds