Searched defs:nh (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DSynchronousQueue.java303 boolean casHead(SNode h, SNode nh) { argument
305 UNSAFE.compareAndSwapObject(this, headOffset, h, nh);
615 * Tries to cas nh as new head; if successful, unlink
618 void advanceHead(QNode h, QNode nh) { argument
620 UNSAFE.compareAndSwapObject(this, headOffset, h, nh))
/openjdk7/hotspot/src/share/vm/opto/
H A DphaseX.cpp71 NodeHash::NodeHash(NodeHash *nh) { argument
74 *this = *nh;
75 // nh->_sentinel must be in the current node space
78 void NodeHash::replace_with(NodeHash *nh) { argument
81 *this = *nh;
82 // nh->_sentinel must be in the current node space
367 void NodeHash::operator=(const NodeHash& nh) { argument
369 if (&nh == this) return;
371 memcpy(this, &nh, sizeof(*this));
374 ((NodeHash*)&nh)
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp498 instanceKlassHandle nh = instanceKlassHandle(); // null Handle local
517 CHECK_(nh));
537 return nh;
580 return (nh);
1179 instanceKlassHandle nh = instanceKlassHandle(); // null Handle local
1189 class_loader, Handle(), true, CHECK_(nh));
1202 resolve_super_or_fail(class_name, name, class_loader, Handle(), false, CHECK_(nh));
1224 m()->link_method(m, CHECK_(nh));
1233 ik->vtable()->initialize_vtable(false, CHECK_(nh));
1234 ik->itable()->initialize_itable(false, CHECK_(nh));
1253 instanceKlassHandle nh = instanceKlassHandle(); // null Handle local
1437 instanceKlassHandle nh = instanceKlassHandle(); // null Handle local
1510 THROW_OOP_(linkage_exception(), nh); // throws exception and returns local
[all...]
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.cpp2694 int nh; local
2698 nh = 0;
2702 nh = 1;
2707 nh = 2;
2712 handler_count = nh;

Completed in 216 milliseconds