Searched refs:_instance (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DserviceThread.hpp36 static ServiceThread* _instance; member in class:ServiceThread
H A DserviceThread.cpp33 ServiceThread* ServiceThread::_instance = NULL; member in class:ServiceThread
74 _instance = thread;
127 return thread == _instance;
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DStringValueHelper.java60 private static StringValueHelper _instance = new StringValueHelper (); field in class:StringValueHelper
108 return (String) ((org.omg.CORBA_2_3.portable.InputStream) istream).read_value (_instance);
122 ((org.omg.CORBA_2_3.portable.OutputStream) ostream).write_value (value, _instance);
H A DWStringValueHelper.java64 private static WStringValueHelper _instance = new WStringValueHelper (); field in class:WStringValueHelper
112 return (String) ((org.omg.CORBA_2_3.portable.InputStream) istream).read_value (_instance);
126 ((org.omg.CORBA_2_3.portable.OutputStream) ostream).write_value (value, _instance);
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/sun/tools/pack/verify/
H A DGlobals.java52 private static Globals _instance = null; field in class:Globals
55 if (_instance == null) {
56 _instance = new Globals();
62 return _instance;

Completed in 50 milliseconds