Searched refs:hd (Results 1 - 14 of 14) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DsparsePRT.cpp389 SparsePRT* hd = _head_expanded_list; local
391 sprt->_next_expanded = hd;
394 Atomic::cmpxchg_ptr(sprt, &_head_expanded_list, hd);
395 if (res == hd) return;
396 else hd = res;
402 SparsePRT* hd = _head_expanded_list; local
403 while (hd != NULL) {
404 SparsePRT* next = hd->next_expanded();
407 Atomic::cmpxchg_ptr(next, &_head_expanded_list, hd);
408 if (res == hd) {
[all...]
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DEngineWriter.java130 HexDumpEncoder hd = new HexDumpEncoder();
141 hd.encodeBuffer(bb, System.out);
H A DOutputRecord.java157 HexDumpEncoder hd = new HexDumpEncoder();
161 hd.encodeBuffer(new ByteArrayInputStream(buf,
383 HexDumpEncoder hd = new HexDumpEncoder();
389 hd.encodeBuffer(bb, System.out);
H A DCipherBox.java261 HexDumpEncoder hd = new HexDumpEncoder();
266 hd.encodeBuffer(
341 HexDumpEncoder hd = new HexDumpEncoder();
346 hd.encodeBuffer(bb, System.out);
411 HexDumpEncoder hd = new HexDumpEncoder();
416 hd.encodeBuffer(
478 HexDumpEncoder hd = new HexDumpEncoder();
484 hd.encodeBuffer(
H A DInputRecord.java340 HexDumpEncoder hd = new HexDumpEncoder();
344 hd.encodeBuffer(new ByteArrayInputStream(databuf, offset, len),
449 HexDumpEncoder hd = new HexDumpEncoder();
454 hd.encodeBuffer(bb, System.out);
H A DEngineInputRecord.java416 HexDumpEncoder hd = new HexDumpEncoder();
421 hd.encodeBuffer(bb, System.out);
/openjdk7/jdk/src/share/classes/javax/security/auth/kerberos/
H A DKeyImpl.java203 HexDumpEncoder hd = new HexDumpEncoder();
208 '\n' + hd.encodeBuffer(keyBytes)
/openjdk7/hotspot/src/share/vm/opto/
H A Dblock.hpp551 Block* hd = _members.at(0)->as_Block();
552 assert(hd->_loop == this, "just checking");
553 assert(hd->head()->is_Loop(), "must begin with loop head node");
554 return hd;
H A Dsuperword.hpp107 void set_in_head(DepEdge* hd) { _in_head = hd; } argument
108 void set_out_head(DepEdge* hd) { _out_head = hd; } argument
H A Dgcm.cpp1629 Block* hd = head(); local
1630 hd->_freq = 1.0f;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/packaging/mime/internet/
H A DMimeBodyPart.java235 for (com.sun.xml.internal.org.jvnet.mimepull.Header hd : hdrs) {
236 headers.addHeader(hd.getName(), hd.getValue());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DAttachmentPartImpl.java135 for (com.sun.xml.internal.org.jvnet.mimepull.Header hd : hdrs) {
136 headers.addHeader(hd.getName(), hd.getValue());
/openjdk7/jdk/src/share/classes/com/sun/security/auth/module/
H A DKrb5LoginModule.java742 HexDumpEncoder hd = new HexDumpEncoder();
750 hd.encodeBuffer(encKeys[i].getBytes()));
/openjdk7/hotspot/src/share/vm/ci/
H A DciTypeFlow.hpp738 void set_head(Block* hd) { _head = hd; } argument

Completed in 75 milliseconds