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 D | StubFactoryFactoryStaticImpl.java | 52 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 D | StubFactoryFactoryBase.java | 42 return Utility.stubName( fullName ) ;
|
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/ |
H A D | Helper.java | 437 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 D | StubGenerator.java | 490 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 D | Utility.java | 730 * 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 D | library_call.cpp | 5416 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