Searched defs:stubName (Results 1 - 3 of 3) sorted by relevance

/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/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 68 milliseconds