Searched refs:head (Results 176 - 200 of 217) sorted by relevance

123456789

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiImpl.cpp1053 QueueNode* head = local
1059 if (head != NULL) {
1066 QueueNode* new_tail = head;
H A DjvmtiEnvBase.cpp1201 node->next = head();
1255 for (struct StackInfoNode *sin = head(); sin != NULL; sin = sin->next) {
/openjdk7/jdk/src/windows/bin/
H A Djava_md.c813 char *head; local
823 head = p; /* Save the start of the token to return */
845 * Update the parameter to point to the head of the remaining string
850 return (head);
/openjdk7/hotspot/src/share/vm/runtime/
H A DobjectMonitor.cpp657 // The head of cxq is volatile but the interior is stable.
807 // The head of cxq is volatile but the interior is stable.
847 // Dequeue Self from either the head (with CAS) or from the interior
858 // at the head of cxq.
861 v = _cxq ; // CAS above failed - start scan at head of list
1096 // This policy ensure that recently-run threads live at the head of EntryList.
1134 // This policy ensure that recently-run threads live at the head of EntryList.
1805 // a. add it directly to the EntryList - either tail or head.
2305 ObjectWaiter* head = _WaitSet ; local
2306 ObjectWaiter* tail = head
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Font.cpp1553 HEAD head; local
1555 VERIFY(::ReadFile(m_hTmpFile, &head, sizeof(head), &dwRead, NULL));
1557 SwapShort(head.numTables);
1559 for (int i = 0; i < head.numTables; i++){
H A Dawt_Component.h897 DCItem *head; member in class:DCList
900 DCList() { head = NULL; }
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/parser/
H A DJavacParser.java795 sbuf.append(buf.head);
825 JCExpression[] odStack = odStackSupply.elems.head;
833 Token[] opStack = opStackSupply.elems.head;
841 int[] posStack = posStackSupply.elems.head;
1438 if (!typeArgs.isEmpty() && typeArgs.head.pos != Position.NOPOS) {
1442 pos = typeArgs.head.pos;
1723 inits.head.getTag() == JCTree.VARDEF &&
1724 ((JCVariableDecl) inits.head).init == null &&
1727 JCVariableDecl var = (JCVariableDecl)inits.head;
1878 toP(F.at(catchTypes.head
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp282 gclog_or_tty->print_cr("### YOUNG LIST does not have a NULL head");
399 HeapRegion* head; local
402 head = _dirty_cards_region_list;
404 Atomic::cmpxchg_ptr(hr, &_dirty_cards_region_list, head);
405 if (next == head) {
415 } while (next != head);
422 HeapRegion* head; local
425 head = _dirty_cards_region_list;
426 if (head == NULL) {
429 HeapRegion* new_head = head
5976 verify_dirty_young_list(HeapRegion* head) argument
[all...]
H A Dg1CollectorPolicy.cpp702 HeapRegion* head = _g1->young_list()->first_region(); local
704 verify_young_ages(head, _short_lived_surv_rate_group);
709 G1CollectorPolicy::verify_young_ages(HeapRegion* head, argument
717 for (HeapRegion* curr = head;
1621 // Add the heap region at the head of the non-incremental collection set
H A DheapRegionSet.cpp255 msg->append(" hd: "PTR_FORMAT" tl: "PTR_FORMAT, head(), tail());
459 out->print_cr(" head : "PTR_FORMAT, _head);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DSymbol.java809 if (is.head.tsym.isSubClass(base, types)) return true;
1088 TypeSymbol i = is.head.tsym;
1270 paramName = remaining.head;
/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DDTD.java71 public final Element head = getElement("head"); field in class:DTD
H A DParser.java103 // State for <html>, <head> and <body>. Since people like to slap
472 (elemName.equals("head") && seenHead) ||
507 } else if (elemName.equals("head")) {
634 !(next==dtd.head && elem==dtd.pcdata) ) {
725 // Avoid putting something wierd in the head of the document.
727 if (s.tag.getElement() == dtd.head) {
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DStart.java509 args[k++] = i.head;
/openjdk7/hotspot/src/share/vm/opto/
H A Dlcm.cpp694 (n->is_Proj() && n->in(0) == head()) ) {
956 Node *new_phi = PhiNode::make(use_blk->head(), def);
H A Dloopnode.hpp129 // CountedLoopNodes head simple counted loops. CountedLoopNodes have as
331 // The head-tail backedge defines the loop.
352 IdealLoopTree( PhaseIdealLoop* phase, Node *head, Node *tail ) argument
354 _head(head), _tail(tail),
489 void dump_head( ) const; // Dump loop head only
961 // Has use internal to the vector set (ie. not in a phi at the loop head)
H A Dloopnode.cpp267 // Counted loop head must be a good RegionNode with only 3 not NULL
766 // Fix all data nodes placed at the old loop head.
1299 // Use the new loop head instead of the old shared one
1530 // Make a new LoopNode to replace the old loop head
1585 // call (block 3) on every path from the head (block 2) to the
1621 // tail to head following the idom (immediate dominator)
1629 // from the tail to the head, terminating a path when a call or sfpt
1642 // Scan the dom-path nodes from tail to head
1661 // jump to the head of the inner loop.
1672 // Skip to head o
1919 Node* head = loop->_head; local
[all...]
H A Ddomgraph.cpp107 Node *whead = w->_block->head();
H A Doutput.cpp295 // avoided if we have enough instructions in fetch buffer at the head of a loop.
304 // Don't aligned a loop if there are enough instructions at the head of a loop
331 } // f( b->head()->is_Loop() )
1182 // Compute the size of first NumberOfLoopInstrToAlign instructions at head
1243 Node *head = b->head(); local
1248 if (Pipeline::requires_bundling() && starts_bundle(head))
1650 xtty->head("opto_assembly compile_id='%d'%s", compile_id(),
2028 // must be inserted first are at the head of the list
2430 // On the head nod
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapCtx.java2872 LdapReferralException head = null;
2889 if (head == null) {
2890 head = ptr = r;
2899 res.refEx = head;
2907 ptr.nextReferralEx = head;
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DCode.java277 w = w + width(l.head);
1557 if (lineInfo.nonEmpty() && lineInfo.head[0] == startPc)
1559 if (lineInfo.isEmpty() || lineInfo.head[1] != lineNumber)
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsopt.c142 void _RemoveElement(cmsStage** head) argument
144 cmsStage* mpe = *head;
146 *head = next;
1645 // The linked list head
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/
H A DHtmlWriter.java1022 public void head() { method in class:HtmlWriter
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/api/
H A DJavacTrees.java293 Tree tree = l.head;
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/model/
H A DJavacElements.java296 result = elems.head;

Completed in 152 milliseconds

123456789