Searched refs:objectid (Results 1 - 2 of 2) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/poa/
H A DPOACurrent.java83 byte[] objectid = peekThrowNoContext().id();
84 throwNoContextIfNull(objectid);
85 return objectid;
101 byte[] objectid = peekThrowInternal().id();
102 throwInternalIfNull(objectid);
103 return objectid;
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/resources/
H A Dhat.js132 var otherid = objectid(other);
783 return objectid(o1) == objectid(o2);
791 function objectid(jobject) { function
796 print("objectid: " + jobject + ", " + e);
810 objectid(jobject));
813 print(objectid(jobject) + " was allocated at ..");
1437 * by default, objectid is used for uniqueness.
1442 code = new Function("it", "return objectid(it);");

Completed in 165 milliseconds