Searched refs:_wrapper (Results 1 - 4 of 4) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DServerRequestImpl.java58 private ORBUtilSystemException _wrapper = null; field in class:ServerRequestImpl
79 _wrapper = ORBUtilSystemException.get( orb,
90 throw _wrapper.argumentsCalledMultiple() ;
93 throw _wrapper.argumentsCalledAfterException() ;
96 throw _wrapper.argumentsCalledNullArgs() ;
105 throw _wrapper.boundsCannotOccur(e) ;
115 throw _wrapper.badArgumentsNvlist( ex ) ;
129 throw _wrapper.argumentsNotCalled() ;
131 throw _wrapper.setResultCalledMultiple() ;
133 throw _wrapper
[all...]
H A DRequestImpl.java84 private ORBUtilSystemException _wrapper; field in class:RequestImpl
114 _wrapper = ORBUtilSystemException.get( orb,
322 throw _wrapper.boundsErrorInDiiRequest( ex ) ;
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkStack.hpp276 SharkNativeWrapper* _wrapper; member in class:SharkStackWithNativeFrame
280 return _wrapper;
H A DsharkStack.cpp202 : SharkStack(wrp), _wrapper(wrp) {

Completed in 33 milliseconds