Searched refs:head (Results 101 - 125 of 217) sorted by relevance

123456789

/openjdk7/hotspot/src/share/vm/utilities/
H A Dxmlstream.hpp53 // To write markup, use special calls elem, head/tail, etc.
71 MarkupState _markup_state; // where in the elem/head/tail dance
116 void head(const char* format, ...);
162 head("X Y='Z'"); <X Y='Z'> \n
H A Dostream.cpp624 xs->head("hotspot_log version='%d %d'"
629 xs->head("vm_version");
630 xs->head("name"); xs->text("%s", VM_Version::vm_name()); xs->cr();
632 xs->head("release"); xs->text("%s", VM_Version::vm_release()); xs->cr();
634 xs->head("info"); xs->text("%s", VM_Version::internal_vm_info_string()); xs->cr();
638 xs->head("vm_arguments"); // Cf. Arguments::print_on()
640 xs->head("flags");
645 xs->head("args");
650 xs->head("command"); xs->text()->print_cr("%s", Arguments::java_command());
654 xs->head("launche
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DTransTypes.java178 args.head = translate(args.head, parameters.head);
182 Type parameter = parameters.head;
186 args.head = translate(args.head, varargsElement);
190 args.head = translate(args.head, parameter);
391 addBridges(pos, l.head.tsym, origin, bridges);
407 // if (isSpecialization(l.head))
[all...]
H A DMemberEnter.java364 memberEnter(l.head, env);
365 argbuf.append(l.head.vartype.type);
374 Type exc = attr.attribType(l.head, env);
376 exc = chk.checkClassType(l.head.pos(), exc);
413 memberEnter(l.head, env);
587 JCVariableDecl param = lastParam = l.head;
700 mEnv.info.scope.enterIfAbsent(l.head.type.tsym);
702 mEnv.info.scope.enterIfAbsent(l.head.sym);
748 log.error(annotations.head.pos,
765 JCAnnotation a = al.head;
[all...]
/openjdk7/langtools/test/tools/javac/treeannotests/
H A DTestProcessor.java190 JCAnnotation anno = l.head;
192 String expect = getStringValue(anno.args.head);
240 sb.append(print(list.head));
243 sb.append(print(l.head));
/openjdk7/hotspot/src/share/vm/ci/
H A DciTypeFlow.cpp1890 st->print(" %d<-%d", lp->head()->pre_order(),lp->tail()->pre_order());
2183 Block* head = lp->head(); local
2186 !head->is_clonable_exit(lp))
2190 if (EliminateNestedLocks && head->has_monitorenter())
2194 if (head->backedge_copy_count() != 0)
2197 // Don't clone head of OSR loop to get correct types in start block.
2198 if (is_osr_flow() && head->start() == start_bci())
2201 // check _no_ shared head below us
2203 for (ch = lp->child(); ch != NULL && ch->head() !
2249 Block* head = lp->head(); local
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/main/
H A DAptJavaCompiler.java239 if (! l.head.endsWith(".java") ) { // process as class file
240 ClassSymbol cs = reader.enterClass(names.fromString(l.head));
252 JavaFileObject fo = fm.getJavaFileObjectsFromStrings(List.of(l.head)).iterator().next();
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/model/
H A DSnapshot.java407 JavaThing tmp = queue.getField("head");
410 JavaObject head = (JavaObject) tmp;
412 JavaHeapObject referent = (JavaHeapObject) head.getField("referent");
413 JavaThing next = head.getField("next");
414 if (next == getNullThing() || next.equals(head)) {
417 head = (JavaObject) next;
/openjdk7/langtools/test/tools/javac/types/
H A DGenericTypeWellFormednessTest.java140 tvar.bound = subst(clazz, Mapping(clazz.getTypeArguments().head, tvar));
152 return subst(clazz, Mapping(clazz.getTypeArguments().head, type1.inst(clazz)));
163 return subst(clazz, Mapping(clazz.getTypeArguments().head, t));
174 return subst(clazz, Mapping(clazz.getTypeArguments().head, t));
182 return subst(clazz, Mapping(clazz.getTypeArguments().head, type));
/openjdk7/hotspot/src/share/vm/opto/
H A Dloopopts.cpp839 // If trying to do a 'Split-If' at the loop head, it is only
1840 // The first node in "sched" is the loop head, followed by
1846 assert(member.test(loop->_head->_idx), "loop head must be in member set");
1914 // Has use internal to the vector set (ie. not in a phi at the loop head)
1916 Node* head = loop->_head; local
1919 if (vset.test(use->_idx) && !(use->is_Phi() && use->in(0) == head)) {
2119 // the new loop head and the other copy at the bottom of the new loop.
2150 // head. This is very dependent on the graph structure
2156 // new loop head, and the clone's not-peel section is
2331 LoopNode *head local
[all...]
H A DidealKit.cpp154 // Create the loop head portion (*) of:
176 Node* head = make_label(1); local
177 bind(head);
178 _pending_cvstates->push(head); // push for use at end_loop
193 Node* head = _pending_cvstates->pop(); local
194 goto_(head);
195 clear(head);
/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Ddeflate.c198 * Insert string str in the dictionary and set match_head to the previous head
210 match_head = s->head[s->ins_h], \
211 s->head[s->ins_h] = (Pos)(str))
215 match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \
216 s->head[s->ins_h] = (Pos)(str))
224 s->head[s->hash_size-1] = NIL; \
225 zmemzero((Bytef *)s->head, (unsigned)(s->hash_size-1)*sizeof(*s->head));
313 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
321 if (s->window == Z_NULL || s->prev == Z_NULL || s->head
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DClassWriter.java317 assembleSig(l.head);
363 if (l.head.tag == TypeTags.TYPEVAR) return true;
399 assembleSig(ts.head);
405 TypeVar tvar = (TypeVar)ts.head;
408 if ((bounds.head.tsym.flags() & INTERFACE) != 0) {
413 assembleSig(l.head);
890 ClassSymbol inner = l.head;
956 databuf.appendChar(pool.put(l.head.tsym));
982 for (int i = 0; i < l.head.length; i++)
983 databuf.appendChar(l.head[
[all...]
/openjdk7/jdk/src/share/classes/sun/net/www/http/
H A DHttpClient.java590 public void writeRequests(MessageHeader head) { argument
591 requests = head;
596 public void writeRequests(MessageHeader head, argument
598 requests = head;
606 public void writeRequests(MessageHeader head, argument
610 writeRequests(head, pos);
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DConcurrentLinkedDeque.java149 * The deque object has two node references, "head" and "tail".
150 * The head and tail are only approximations to the first and last
152 * following prev pointers from head; likewise for tail. However,
153 * it is permissible for head and tail to be referring to deleted
185 * head or tail.
204 * the nodes pointed at by head/tail never get gc-unlinked, since
205 * head/tail are needed to get "back on track" by other nodes that
220 * pointers from head), and p.next == null && p.prev == p means
255 * - the first node is always O(1) reachable from head via prev links
257 * - head !
264 private transient volatile Node<E> head; field in class:ConcurrentLinkedDeque
[all...]
H A DConcurrentSkipListMap.java268 * tree-like structure) also uses CAS. The head index has initial
270 * than the current level adds a level to the head index by
271 * CAS'ing on a new top-most head. To maintain good performance
337 * The topmost head index of the skiplist.
339 private transient volatile HeadIndex<K,V> head; field in class:ConcurrentSkipListMap
374 head = new HeadIndex<K,V>(new Node<K,V>(null, BASE_HEADER, null),
379 * compareAndSet head node
390 * headed by a dummy node accessible as head.node. The value field
413 * header node (head.node), which also has a null key.
715 Index<K,V> q = head;
[all...]
/openjdk7/hotspot/src/share/vm/memory/
H A DreferenceProcessor.hpp60 oop head() const { function in class:DiscoveredList
70 // Must compress the head ptr.
76 bool is_empty() const { return head() == NULL; }
119 _ref(refs_list.head()),
121 _first_seen(refs_list.head()),
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dextutil.h79 XExtDisplayInfo *head; /* start of list */ member in struct:_XExtensionInfo
/openjdk7/langtools/test/tools/javac/failover/
H A DCheckAttributedTree.java570 JPanel head = new JPanel(new GridBagLayout());
584 head.add(entries, fc);
586 head.add(new JLabel("check:"), lc);
587 head.add(checkField = createTextField(80), fc);
589 head.add(setBackground(new JLabel("encl:"), enclColor), lc);
590 head.add(enclPanel = new InfoPanel(), fc);
591 head.add(setBackground(new JLabel("self:"), selfColor), lc);
592 head.add(selfPanel = new InfoPanel(), fc);
593 add(head, BorderLayout.NORTH);
/openjdk7/langtools/test/tools/javac/tree/
H A DTreePosTest.java558 JPanel head = new JPanel(new GridBagLayout());
572 head.add(entries, fc);
574 head.add(new JLabel("check:"), lc);
575 head.add(checkField = createTextField(80), fc);
577 head.add(setBackground(new JLabel("encl:"), enclColor), lc);
578 head.add(enclPanel = new InfoPanel(), fc);
579 head.add(setBackground(new JLabel("self:"), selfColor), lc);
580 head.add(selfPanel = new InfoPanel(), fc);
581 add(head, BorderLayout.NORTH);
H A DTreePosRoundsTest.java180 String head = found.substring(0, found.indexOf("\n"));
182 equal = expect.startsWith(head) && expect.endsWith(tail);
/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DDocumentParser.java48 * <li><i>handleStartTag(head, ...)</i></li>
49 * <li><i>handleEndTag(head)</i></li>
59 * (head isn't necessary, but it is still generated). For tags that
136 } else if (elem == dtd.head) {
230 } else if (elem == dtd.head) {
/openjdk7/jdk/src/share/back/
H A DeventHelper.c116 HelperCommand *head; member in struct:__anon507
179 if (queue->head == NULL) {
180 queue->head = command;
228 while (holdEvents || (queue->head == NULL)) {
232 JDI_ASSERT(queue->head);
233 command = queue->head;
234 queue->head = command->next;
722 commandQueue.head = NULL;
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DTreeInfo.java117 if (isConstructor(l.head)) return true;
202 while (stats.nonEmpty() && isSyntheticInit(stats.head))
205 if (stats.head.getTag() != JCTree.EXEC) return null;
206 JCExpressionStatement exec = (JCExpressionStatement) stats.head;
242 return ((JCBlock) tree).stats.head.pos;
309 return getStartPos(node.typarams.head);
340 return getStartPos(node.errs.head);
591 ts.append(l.head.type);
/openjdk7/langtools/test/tools/javac/scope/7017664/
H A DCompoundScopeTest.java185 checkSameSymbols(s, allSymbols.head);
208 checkSameSymbols(s, shadowed.head);

Completed in 131 milliseconds

123456789