Searched refs:_key (Results 1 - 13 of 13) sorted by relevance

/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/istack/internal/localization/
H A DLocalizableMessage.java43 private final String _key; field in class:LocalizableMessage
55 _key = key;
63 return _key;
/openjdk10/hotspot/src/share/vm/utilities/
H A DresourceHash.hpp62 K _key; member in class:ResourceHashtable::Node
67 _hash(hash), _key(key), _value(value), _next(NULL) {}
79 if (node->_hash == hash && EQUALS(key, node->_key)) {
165 bool cont = iter->do_entry(node->_key, node->_value);
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/fastinfoset/util/
H A DStringIntMap.java38 final String _key; field in class:StringIntMap.Entry
43 _key = key;
125 if (e._hash == hash && eq(key, e._key)) {
141 if (key == _lastEntry._key)
161 if (e._hash == hash && eq(key, e._key)) {
H A DLocalNameQualifiedNamesMap.java40 final String _key; field in class:LocalNameQualifiedNamesMap.Entry
47 _key = key;
141 if (e._hash == hash && eq(key, e._key)) {
154 if (e._hash == hash && eq(key, e._key)) {
172 if (e._hash == hash && eq(key, e._key)) {
/openjdk10/hotspot/src/share/vm/adlc/
H A Ddict2.hpp114 const void *_key, *_value; // Easy access to the key-value pair member in class:DictI
H A Ddict2.cpp342 _key = _d->_bin[_i]._keyvals[_j+_j];
351 _key = _d->_bin[_i]._keyvals[_j+_j];
355 _key = _value = NULL;
H A Ddfa.cpp949 x = iter._key;
H A Dformssel.cpp1538 sprintf(s,"/*%s*/(",(char*)i._key);
1540 mnode->build_instr_pred(s,(char*)i._key,0);
1543 mnode->build_instr_pred(s,(char*)i._key,1);
/openjdk10/hotspot/src/share/vm/libadt/
H A Ddict.hpp114 const void *_key, *_value; // Easy access to the key-value pair member in class:DictI
H A Ddict.cpp291 tty->print("(" INTPTR_FORMAT "," INTPTR_FORMAT "),", p2i(i._key), p2i(i._value));
359 _key = _d->_bin[_i]._keyvals[_j+_j];
368 _key = _d->_bin[_i]._keyvals[_j+_j];
372 _key = _value = NULL;
/openjdk10/hotspot/src/share/vm/runtime/
H A Darguments.hpp155 char* _key; member in class:SystemProperty
164 const char* key() const { return _key; }
170 return !_internal || strcmp(_key, "jdk.boot.class.path.append") == 0;
190 _key = NULL;
192 _key = AllocateHeap(strlen(key)+1, mtArguments);
193 strcpy(_key, key);
/openjdk10/hotspot/src/share/vm/opto/
H A DloopTransform.cpp1669 NodeCloneInfo cl((uint64_t)dict->operator[]((void*)i._key));
1670 tty->print("%d->%d:%d,", (int)(intptr_t)i._key, cl.idx(), cl.gen());
H A Dcompile.cpp4571 int t = gen(di._key);
4576 tty->print_cr("CloneMap::max_gen() update max=%d from %d", g, _2_node_idx_t(di._key));

Completed in 134 milliseconds