Searched defs:thisObject (Results 1 - 10 of 10) sorted by relevance

/openjdk7/corba/src/share/classes/javax/rmi/CORBA/
H A DTie.java54 org.omg.CORBA.Object thisObject(); method in interface:Tie
/openjdk7/jdk/src/share/classes/com/sun/jdi/
H A DStackFrame.java103 ObjectReference thisObject(); method in interface:StackFrame
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DReflectiveTie.java95 public org.omg.CORBA.Object thisObject() method in class:ReflectiveTie
/openjdk7/jdk/src/share/back/
H A DStackFrameImpl.c338 thisObject(PacketInputStream *in, PacketOutputStream *out) function
462 ,(void *)thisObject
/openjdk7/jdk/test/javax/swing/JMenuItem/6209975/
H A Dbug6209975.java149 ReturnObject thisObject = null; field in class:bug6209975.MyIcon
153 thisObject = ro;
161 thisObject.itsValue = x;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DStackFrameImpl.java58 private ObjectReference thisObject = null; field in class:StackFrameImpl
114 public ObjectReference thisObject() { method in class:StackFrameImpl
120 if (thisObject == null) {
131 thisObject = vm.objectMirror(heap.newOop(handle));
133 return thisObject;
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DStackFrameImpl.java50 private ObjectReference thisObject = null; field in class:StackFrameImpl
118 public ObjectReference thisObject() { method in class:StackFrameImpl
124 if (thisObject == null) {
136 thisObject = JDWP.StackFrame.ThisObject.
150 return thisObject;
/openjdk7/jdk/src/share/native/com/sun/tools/jdi/
H A DSharedMemoryConnection.c237 (JNIEnv *env, jobject thisObject, jlong id)
249 (JNIEnv *env, jobject thisObject, jlong id)
269 (JNIEnv *env, jobject thisObject, jlong id)
294 (JNIEnv *env, jobject thisObject, jlong id, jbyte b)
311 (JNIEnv *env, jobject thisObject, jlong id, jbyteArray b)
236 Java_com_sun_tools_jdi_SharedMemoryConnection_close0(JNIEnv *env, jobject thisObject, jlong id) argument
248 Java_com_sun_tools_jdi_SharedMemoryConnection_receiveByte0(JNIEnv *env, jobject thisObject, jlong id) argument
268 Java_com_sun_tools_jdi_SharedMemoryConnection_receivePacket0(JNIEnv *env, jobject thisObject, jlong id) argument
293 Java_com_sun_tools_jdi_SharedMemoryConnection_sendByte0(JNIEnv *env, jobject thisObject, jlong id, jbyte b) argument
310 Java_com_sun_tools_jdi_SharedMemoryConnection_sendPacket0(JNIEnv *env, jobject thisObject, jlong id, jbyteArray b) argument
H A DSharedMemoryTransport.c80 (JNIEnv *env, jobject thisObject, jlong id, jlong timeout)
105 (JNIEnv *env, jobject thisObject, jstring address, jlong timeout)
135 (JNIEnv *env, jobject thisObject, jlong id)
159 (JNIEnv *env, jobject thisObject)
184 (JNIEnv *env, jobject thisObject, jstring address)
220 (JNIEnv *env, jobject thisObject, jlong id)
79 Java_com_sun_tools_jdi_SharedMemoryTransportService_accept0(JNIEnv *env, jobject thisObject, jlong id, jlong timeout) argument
104 Java_com_sun_tools_jdi_SharedMemoryTransportService_attach0(JNIEnv *env, jobject thisObject, jstring address, jlong timeout) argument
134 Java_com_sun_tools_jdi_SharedMemoryTransportService_name(JNIEnv *env, jobject thisObject, jlong id) argument
158 Java_com_sun_tools_jdi_SharedMemoryTransportService_initialize(JNIEnv *env, jobject thisObject) argument
183 Java_com_sun_tools_jdi_SharedMemoryTransportService_startListening0(JNIEnv *env, jobject thisObject, jstring address) argument
219 Java_com_sun_tools_jdi_SharedMemoryTransportService_stopListening0(JNIEnv *env, jobject thisObject, jlong id) argument
/openjdk7/jdk/test/com/sun/jdi/
H A DInvokeTest.java294 ObjectReference thisObject; field in class:InvokeTest
317 longValue = thisObject.getValue(longCheckField);
318 booleanValue = thisObject.getValue(booleanCheckField);
319 objectValue = thisObject.getValue(objectCheckField);
320 voidValue = thisObject.getValue(voidCheckField);
329 returnValue = thisObject.invokeMethod(mainThread,
418 ObjectReference saveObject = thisObject;
422 thisObject = (ObjectReference)thisObject.getValue( theField);
424 thisObject
[all...]

Completed in 38 milliseconds