Searched refs:nlist (Results 1 - 6 of 6) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/naming/pcosnaming/
H A DPersistentBindingIterator.java99 NameComponent[] nlist = new NameComponent[1];
100 nlist[0] = n;
104 new Binding( nlist, theType );
/openjdk7/hotspot/src/os/bsd/vm/
H A Ddecoder_machO.cpp32 #include <mach-o/nlist.h>
69 struct nlist_64 *last_nlist = cur_nlist; // no size stored in an entry, so keep previously seen nlist
82 // gone past it, use previously seen nlist:
/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.cpp1094 bool Node::dominates(Node* sub, Node_List &nlist) { argument
1104 nlist.clear();
1116 if (nlist.size() == 0) {
1159 for (int j = nlist.size() - 1; j >= 0; j--) {
1160 intptr_t ni = (intptr_t)nlist.at(j);
1170 nlist.remove(j);
1192 nlist.push((Node*)((intptr_t)sub + (region_was_visited_before ? 1 : 0)));
H A Dnode.hpp855 bool dominates(Node* sub, Node_List &nlist);
H A Dmemnode.cpp407 Node_List nlist(arena);
427 if (n->dominates(sub, nlist))
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dlibproc.h46 #include <nlist.h>

Completed in 62 milliseconds