Searched defs:Self (Results 1 - 9 of 9) sorted by relevance

/openjdk10/corba/src/java.corba/share/classes/org/omg/PortableServer/portable/
H A DDelegate.java46 org.omg.CORBA.ORB orb(Servant Self); argument
54 org.omg.CORBA.Object this_object(Servant Self); argument
62 POA poa(Servant Self); argument
70 byte[] object_id(Servant Self); argument
78 POA default_POA(Servant Self); argument
92 is_a(Servant Self, String Repository_Id) argument
101 non_existent(Servant Self) argument
[all...]
/openjdk10/jdk/test/java/rmi/dgc/retryDirtyCalls/
H A DRetryDirtyCalls.java41 interface Self extends Remote { interface in inherits:Remote
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/oa/poa/
H A DDelegateImpl.java143 public org.omg.CORBA.Object get_interface_def(Servant Self) argument
/openjdk10/hotspot/src/share/vm/prims/
H A DjvmtiRawMonitor.cpp128 int JvmtiRawMonitor::SimpleEnter (Thread * Self) { argument
154 int JvmtiRawMonitor::SimpleExit (Thread * Self) { argument
177 int JvmtiRawMonitor::SimpleWait (Thread * Self, jlong millis) { argument
235 SimpleNotify(Thread * Self, bool All) argument
[all...]
/openjdk10/hotspot/src/share/vm/runtime/
H A Dmutex.cpp341 int Monitor::TrySpin(Thread * const Self) { argument
443 void Monitor::ILock(Thread * Self) { argument
729 IWait(Thread * Self, jlong timo) argument
890 lock(Thread * Self) argument
952 lock_without_safepoint_check(Thread * Self) argument
970 Thread * const Self = Thread::current(); local
1091 Thread * const Self = Thread::current(); local
[all...]
H A Dsynchronizer.cpp207 bool ObjectSynchronizer::quick_enter(oop obj, Thread * Self, argument
673 static inline intptr_t get_next_hash(Thread * Self, oop obj) { argument
714 FastHashCode(Thread * Self, oop obj) argument
1064 InduceScavenge(Thread * Self, const char * Whence) argument
1091 verifyInUse(Thread *Self) argument
1106 omAlloc(Thread * Self) argument
1256 omRelease(Thread * Self, ObjectMonitor * m, bool fromPerThreadAlloc) argument
1309 omFlush(Thread * Self) argument
1382 inflate(Thread * Self, oop object, const InflateCause cause) argument
[all...]
H A DobjectMonitor.cpp250 Thread * const Self = THREAD; local
406 TryLock(Thread * Self) argument
425 Thread * const Self = THREAD; local
674 ReenterI(Thread * Self, ObjectWaiter * SelfNode) argument
766 UnlinkAfterAcquire(Thread *Self, ObjectWaiter *SelfNode) argument
888 Thread * const Self = THREAD; local
1264 ExitEpilog(Thread * Self, ObjectWaiter * Wakee) argument
1307 Thread * const Self = THREAD; local
1332 Thread * const Self = THREAD; local
1398 Thread * const Self = THREAD; local
1630 INotify(Thread * Self) argument
1850 TrySpin(Thread * Self) argument
2108 NotRunnable(Thread * Self, Thread * ox) argument
[all...]
/openjdk10/jdk/test/java/beans/Introspector/
H A DBeanPropertyTest.java806 public static class Self { class in class:BeanPropertyTest
811 private Self() {} method in class:BeanPropertyTest.Self
/openjdk10/hotspot/src/share/vm/opto/
H A Dloopnode.hpp82 enum { Self=0, EntryControl, LoopBackControl }; enumerator in enum:LoopNode::__anon565

Completed in 171 milliseconds