Searched refs:use (Results 51 - 75 of 123) sorted by relevance

12345

/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.cpp105 // that same edge. On this point we must use the Honor System.
226 assert((int)n > 0, "use imax -= n only with a positive count");
296 assert(Compile::current() == C, "must use operator new(Compile*)");
350 assert( is_not_dead(n0), "can not use dead node");
362 assert( is_not_dead(n0), "can not use dead node");
363 assert( is_not_dead(n1), "can not use dead node");
376 assert( is_not_dead(n0), "can not use dead node");
377 assert( is_not_dead(n1), "can not use dead node");
378 assert( is_not_dead(n2), "can not use dead node");
392 assert( is_not_dead(n0), "can not use dea
1236 Node* use = dead->last_out(k); local
1969 Node* use = def->fast_out(i); local
1994 Node* use = raw_out(i); local
[all...]
H A Dlive.cpp36 // Compute live-in/live-out. We use a totally incremental algorithm. The LIVE
88 IndexSet *use = getset( b ); local
99 use->remove( r );
106 use->insert( u );
119 use->remove( r );
125 add_liveout( p, use, first_pass );
H A Doutput.hpp81 // Arena to use
187 void anti_do_use( Block *b, Node *use, OptoReg::Name use_reg );
195 // Compute the local use count for the nodes in a block, and compute
205 // Decrement the use count for a node
H A Dloopnode.cpp111 early != cin) { // If not equal, must use slower algorithm
686 // Clone code, as old values may be in use.
969 // bias >= 0 if stride >0, so if stride is 2^n we can use &(-stride)
1237 Node* use = old_phi->last_out(i); local
1238 igvn.rehash_node_delayed(use);
1240 for (uint j = 0; j < use->len(); j++) {
1241 if (use->in(j) == old_phi) {
1242 if (j < use->req()) use->set_req (j, id_old_phi);
1243 else use
3170 verify_dominance(Node* n, Node* use, Node* LCA, Node* early) argument
3203 Node *use = c->in(0)->in(j); local
3211 Node *use = has_ctrl(c) ? get_ctrl(c) : c->in(0); local
3387 Node* use = n->raw_out(i); local
[all...]
H A Doutput.cpp88 // TODO: Should use a ShouldNotReachHereNode...
614 assert( local, "use _top instead of null" );
1279 assert(delay_slot == NULL, "no use of delay slot node");
1629 // We can use the same code as for the normal deopt handler, we
1900 Node *use = bb->_nodes[j]; local
1901 uint nlen = use->len();
1905 Node *def = use->in(k);
1909 uint l = _node_latency[def->_idx] + use->latency(k);
1914 _node_latency[use->_idx] = latency;
1919 use
2728 anti_do_use( Block *b, Node *use, OptoReg::Name use_reg ) argument
2820 Node* use = n->fast_out(i); local
2943 Node* use = pinch->last_out(i); local
[all...]
H A Dpostaloc.cpp60 return true; // Direct use of callee-save proj
264 // then it should use the current reaching def instead.
304 Node* use = x->fast_out(i); i++; local
305 if (use != first) ignore_self = false;
321 OptoReg::is_reg(reg) || // turning into a register use OR
322 regnd[reg]->outcnt()==1 ) { // last use of a spill-load turns into a CISC use
361 Node* use = n->fast_out(i); local
362 if (use->is_Proj() && use
[all...]
H A Dmacro.hpp101 int replace_input(Node *use, Node *oldref, Node *newref);
H A Dloopnode.hpp384 // Perform optimization to use the loop predicates for null checks and range checks.
502 // Pre-computed def-use info
574 bool verify_dominance(Node* n, Node* use, Node* LCA, Node* early);
579 // 1) only one use
580 // 2) a use is the same as the current LCA passed as 'n1'
686 // Nodes always have DU info now, so re-use the side array slot
695 assert( old_node->req() == 1, "use this for Projs" );
959 // Has a use in the vector set
961 // Has use internal to the vector set (ie. not in a phi at the loop head)
968 // Insert phi(lp_entry_val, back_edge_val) at use
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/dtd/
H A DTDTDReader.java85 * This method is just a utility method that covers 80% of the use
318 TypeUse use;
321 use = decl.getConversion().getTransducer();
323 use = builtinConversions.get(attributeType);
326 propName, null,null/*TODO*/, copyLocator(), qname, use, null, required );
329 r.defaultValue = CDefaultValue.create( use, new XmlString(defaultValue) );
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DUnusedCustomizationChecker.java67 * Since we scan the whole content tree, we use this to check for unused
69 * common, use the visitors so that we don't have to mix everything in one class.
163 public void attributeUse(XSAttributeUse use) { argument
164 if(check(use))
165 use.getDecl().visit(this);
H A DBindGreen.java127 public void attributeUse(XSAttributeUse use) { argument
128 // attribute use always maps to a property
H A DRefererFinder.java133 public void attributeUse(XSAttributeUse use) {} argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/nav/
H A DNavigator.java90 * The use of {@code baseType} in {@code type}.
205 T use(C c); method in interface:Navigator
208 * If the given type is an use of class declaration,
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsUserPrincipals.java114 // lookup account; if not available then use the SID as the name
124 int sidType = (account == null) ? SidTypeUnknown : account.use();
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DPropertyExpander.java118 } catch (URISyntaxException use) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/util/
H A DSchemaTreeTraverser.java85 * use {@link SchemaTreeTraverser.SchemaTreeCellRenderer} as a cell renderer for
463 public void attributeUse(XSAttributeUse use) { argument
464 XSAttributeDecl decl = use.getDecl();
468 if (use.isRequired()) {
469 additionalAtts += " use=\"required\"";
471 if (use.getFixedValue() != null
472 && use.getDecl().getFixedValue() == null) {
473 additionalAtts += " fixed=\"" + use.getFixedValue() + "\"";
475 if (use.getDefaultValue() != null
476 && use
[all...]
/openjdk7/jdk/test/sun/management/windows/
H A Drevokeall.c147 SID_NAME_USE use; local
153 if (LookupAccountSid(NULL, sid, name, &nameLen, domain, &domainLen, &use)) {
217 * Relative path so use current directory
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DattributeUses.java46 private String use; field in class:attributeUses
100 if("prohibited".equals(use))
107 "required".equals(use)));
132 use=null;
226 if(($ai = $runtime.getAttributeIndex("","use"))>=0) {
396 if(($ai = $runtime.getAttributeIndex("","use"))>=0) {
558 if(($__uri.equals("") && $__local.equals("use"))) {
636 if(($__uri.equals("") && $__local.equals("use"))) {
828 if(($ai = $runtime.getAttributeIndex("","use"))>=0) {
892 use
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/scd/
H A DAbstractAxisImpl.java114 public Iterator<T> attributeUse(XSAttributeUse use) { argument
H A DAxis.java247 public Iterator<XSComponent> attributeUse(XSAttributeUse use) {
248 if(visited.add(use))
249 return ret(use, iterator(use.getDecl()));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/util/
H A DNameGetter.java94 public String attributeUse(XSAttributeUse use) { argument
H A DXSFinder.java93 public Boolean attributeUse(XSAttributeUse use) { argument
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp1011 // use the saved values
1046 // Conflict: required to use shared spaces (-Xshare:on), but
1053 vm_exit_during_initialization("Unable to use shared archive.", NULL);
1124 // When using compressed oops, we use local overflow stacks,
1192 // Too early to use gclog_or_tty
1198 // Too early to use gclog_or_tty
1215 // Too early to use gclog_or_tty
1225 // Too early to use gclog_or_tty
1275 // Overwrite OldPLABSize which is the variable we will internally use everywhere.
1355 // Cannot use gclog_or_tt
[all...]
/openjdk7/hotspot/agent/src/scripts/
H A Dstart-rmiregistry.bat44 @echo for use by the debug server.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/writer/
H A DWSDLGenerator.java134 * the namespace prefix to use for the XSD namespace
146 * The namespace prefix to use for the SOAP 1.1 namespace
150 * The namespace prefix to use for the SOAP 1.2 namespace
154 * The namespace prefix to use for the targetNamespace
169 * Constant String "literal" used to create <code>literal</code> use binddings
193 * @param wsdlResolver The {@link WSDLResolver} to use resovle names while generating the WSDL
750 body.use(LITERAL);
776 throw new WebServiceException("encoded use is not supported");
789 body.use(LITERAL);
819 soapFault.use(LITERA
[all...]

Completed in 120 milliseconds

12345