Searched defs:_object_key (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DfieldType.hpp41 Symbol* _object_key; member in class:FieldArrayInfo
44 Symbol* object_key() { return _object_key; }
46 FieldArrayInfo() : _dimension(0), _object_key(NULL) {}
48 ~FieldArrayInfo() { if (_object_key != NULL) _object_key->decrement_refcount(); }
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/
H A DLocateRequestMessage_1_0.java55 LocateRequestMessage_1_0(ORB orb, int _request_id, byte[] _object_key) { argument
59 object_key = _object_key;
H A DLocateRequestMessage_1_1.java56 LocateRequestMessage_1_1(ORB orb, int _request_id, byte[] _object_key) { argument
61 object_key = _object_key;
H A DRequestMessage_1_0.java61 int _request_id, boolean _response_expected, byte[] _object_key,
68 object_key = _object_key;
60 RequestMessage_1_0(ORB orb, ServiceContexts _service_contexts, int _request_id, boolean _response_expected, byte[] _object_key, String _operation, Principal _requesting_principal) argument
H A DRequestMessage_1_1.java69 byte[] _object_key, String _operation,
80 object_key = _object_key;
67 RequestMessage_1_1(ORB orb, ServiceContexts _service_contexts, int _request_id, boolean _response_expected, byte[] _reserved, byte[] _object_key, String _operation, Principal _requesting_principal) argument

Completed in 42 milliseconds