Searched refs:use (Results 1 - 25 of 123) sorted by relevance

12345

/openjdk7/jdk/test/com/sun/security/auth/login/ConfigFile/
H A DIllegalURL.java38 use("file:" + System.getProperty("user.dir") + "/x.conf");
39 use("file:x.conf");
43 static void use(String f) throws Exception { method in class:IllegalURL
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/model/soap/
H A DSOAPBinding.java42 protected Use use = Use.LITERAL; field in class:SOAPBinding
51 return use;
72 return style == Style.DOCUMENT && use == Use.LITERAL;
79 return style == Style.RPC && use == Use.LITERAL;
/openjdk7/hotspot/src/share/vm/opto/
H A Dloopopts.cpp69 // Alter data node to use pre-phi inputs
144 // the existing Node picks up a new use. We need to make the
162 // New late point must dominate new use
171 // for each use outside of this loop.
217 set_ctrl(con, C->root()); // Constant gets a new use
552 Node* use = phi->fast_out(k); local
553 if (use->is_Cmp() || use->is_DecodeN() || use->is_EncodeP())
555 // Is there a use insid
1039 Node* use = n->raw_out(i); local
1217 sink_use( Node *use, Node *post_loop ) argument
1314 Node *use = worklist.pop(); local
1383 Node *use = worklist.pop(); local
1596 Node* use = n->fast_out(i); local
1879 Node* use = n->raw_out(idx); local
1904 Node* use = n->fast_out(j); local
1918 Node* use = n->fast_out(j); local
1933 Node* use = n->fast_out(j); local
1939 Node *use = worklist.pop(); local
1985 Node* use = n->fast_out(j); local
2006 Node *use = worklist.pop(); local
2020 insert_phi_for_loop( Node* use, uint idx, Node* lp_entry_val, Node* back_edge_val, LoopNode* lp ) argument
2081 is_valid_clone_loop_exit_use( IdealLoopTree *loop, Node* use, uint exit_idx) argument
2100 Node *use = def->fast_out(j); local
2440 Node* use = n->fast_out(j); local
2475 Node* use = head->fast_out(j); local
2590 Node *use = def->fast_out(j); local
2598 Node *use = worklist.pop(); local
2669 Node* use = head->fast_out(k); local
2737 Node* use = phi->fast_out(i); // User of trip-counter local
[all...]
H A Dsplit_if.cpp92 // private, per-use versions of the Cmp and Bool are made. These sink to
118 Node* use = bol->unique_out(); local
119 Node *use_c = use->is_If() ? use->in(0) : get_ctrl(use);
218 // Remove cloned-up value from optimizer; use phi instead
247 // "Spin up" the dominator tree, starting at the use site and stopping when we
277 // uses (looking for Phis). If looking for a control use, then we need
323 Node *PhaseIdealLoop::find_use_block( Node *use, Node *def, Node *old_false, Node *new_false, Node *old_true, Node *new_true ) { argument
325 if( use
371 handle_use( Node *use, Node *def, small_cache *cache, Node *region_dom, Node *new_false, Node *new_true, Node *old_false, Node *old_true ) argument
510 Node* use = phi->last_out(l); local
[all...]
H A DloopUnswitch.cpp167 Node* use = proj->fast_out(j); local
168 if (use->Opcode() == Op_CheckCastPP && loop->is_invariant(use->in(1))) {
169 worklist.push(use);
174 Node* use = worklist.pop(); local
175 Node* nuse = use->clone();
177 _igvn.replace_input_of(use, 1, nuse);
180 Node* use_clone = old_new[use->_idx];
H A Descape.cpp262 // Now use the escape information to create unique types for
1214 PointsToNode* use = i.get(); local
1215 if (use->is_Arraycopy())
1217 add_uses_to_worklist(use);
1218 if (use->is_Field() && use->as_Field()->is_oop()) {
1221 add_field_uses_to_worklist(use->as_Field());
1226 PointsToNode* use = _worklist.pop(); local
1227 if (PointsToNode::is_base_use(use)) {
1229 use
1530 PointsToNode* use = i.get(); local
2438 Node* use = n->fast_out(i); local
2755 Node *use = n->fast_out(i); local
2798 Node* use = tgt->ideal_node(); local
2817 Node *use = raw_result->fast_out(i); local
2899 Node *use = n->fast_out(i); local
2987 Node *use = n->fast_out(i); local
2998 Node *use = n->fast_out(i); local
3248 PointsToNode* use = j.get(); local
[all...]
H A Dlcm.cpp277 // mach use (faulting) trying to hoist
379 // Remove the existing null check; use a new implicit null check instead.
380 // Since schedule-local needs precise def-use info, we need to correct
400 // one choice, then use it. Projections take top priority for correctness
410 // If only a single entry on the stack, use it
460 // See if any use is a branch
464 Node* use = n->fast_out(j); local
466 // The use is a conditional branch, make them adjacent
467 if (use->is_MachIf() && cfg->_bbs[use
895 catch_cleanup_fix_all_inputs(Node *use, Node *old_def, Node *new_def) argument
976 catch_cleanup_intra_block(Node *use, Node *def, Block *blk, int beg, int n_clone_idx) argument
998 catch_cleanup_inter_block(Node *use, Block *use_blk, Node *def, Block *def_blk, Block_Array &bbs, int n_clone_idx) argument
1049 Node *use = out->pop(); local
[all...]
H A Descape.hpp220 PointsToNode* use(int e) const { return _uses.at(e); } function in class:PointsToNode
221 bool add_use(PointsToNode* use) { return _uses.append_if_missing(use); } argument
223 // Mark base edge use to distinguish from stored value edge.
224 bool add_base_use(FieldNode* use) { return _uses.append_if_missing((PointsToNode*)((intptr_t)use + 1)); } argument
225 static bool is_base_use(PointsToNode* use) { return (((intptr_t)use) & 1); } argument
226 static PointsToNode* get_use_node(PointsToNode* use) { return (PointsToNode*)(((intptr_t)use) argument
[all...]
H A Dstringopts.cpp87 CallStaticJavaNode *use = i.get()->isa_CallStaticJava();
88 if (use != NULL && use->method() != NULL &&
89 use->method()->intrinsic_id() == vmIntrinsics::_String_String &&
90 use->in(TypeFunc::Parms + 1) == endprojs.resproj) {
93 sc->set_string_alloc(use->in(TypeFunc::Parms));
94 sc->set_end(use);
233 // the code to be thrown out we could still recompile and use the
332 Node *use = i.get(); local
333 int opc = use
455 CallStaticJavaNode *use = i.get()->isa_CallStaticJava(); local
667 Node* use = dead_worklist.pop(); local
902 Node *use = i.get(); local
[all...]
H A Dsuperword.cpp132 // 7) The set of pack pairs is extended by following use->def and def->use links.
175 // following use->def and def->use links. The align positions are
535 // If no dependency yet, use slice
629 // Do not use superword for non-primitives
674 // Do not use superword for non-primitives
756 // Extend packset by following use->def and def->use links from pack members.
856 // Is the use o
1118 Node* use = def->fast_out(j); local
1153 Node* use = current->out(i); local
1177 Node* use = insert_pt->out(i); local
1226 Node* use = current->out(i); local
1264 Node* use = upper_insert_pt->out(i); local
1282 Node* use = current->out(i); local
1522 Node* use = def->fast_out(j); local
1535 Node* use = _n_idx_list.node(); local
1557 is_vector_use(Node* use, int u_idx) argument
1665 Node *use = n->fast_out(i); local
1809 Node *use = in->fast_out(k); local
[all...]
H A DphaseX.cpp373 // Instead, be sure we never again use the source table.
613 x = k; // use existing constant
684 assert( i->_idx >= k->_idx, "Idealize should return new nodes, use Identity to return old nodes" );
697 // use the cached Value instead of suffering with 'bottom_type'.
792 // roots during def-use info creation; hence they represent an invisible
793 // use. Clear them out.
998 // Register a new node with the optimizer. Update the types array, the def-use
1049 // Switched input to left side because this is the only use
1069 assert((i->_idx >= k->_idx) || i->is_top(), "Idealize should return new nodes, use Identity to return old nodes");
1074 // Make users of old Node now use ne
1258 Node* use = old->last_out(i); // for each use... local
1309 Node* use = n->fast_out(i); // Get use local
1756 Node* use = last_out(i); local
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DBindPurple.java62 * Attribute use always becomes a property.
64 public void attributeUse(XSAttributeUse use) { argument
65 boolean hasFixedValue = use.getFixedValue()!=null;
66 BIProperty pc = BIProperty.getCustomization(use);
70 TypeUse attType = bindAttDecl(use.getDecl());
72 CPropertyInfo prop = pc.createAttributeProperty( use, attType );
75 prop.defaultValue = CDefaultValue.create(attType,use.getFixedValue());
82 if(use.getDefaultValue()!=null) {
83 // this attribute use has a default value.
86 prop.defaultValue = CDefaultValue.create(attType,use
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DTypedAnnotationWriter.java48 private final JAnnotationUse use; field in class:TypedAnnotationWriter
66 public TypedAnnotationWriter(Class<A> annotation, Class<W> writer, JAnnotationUse use) { argument
69 this.use = use;
73 return use;
109 r,method.getReturnType(),use.annotationParam(name,r)).createProxy();
122 use.param(name,targ);
133 use.param(name,(String)arg);
137 use.param(name,(Boolean)arg);
141 use
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DSOAPExtensionHandler.java199 String use = XmlUtil.getAttributeOrNull(e, Constants.ATTR_USE);
200 if (use != null) {
201 if (use.equals(Constants.ATTRVALUE_LITERAL)) {
203 } else if (use.equals(Constants.ATTRVALUE_ENCODED)) {
209 use);
248 String use = XmlUtil.getAttributeOrNull(e, Constants.ATTR_USE);
249 if (use != null) {
250 if (use.equals(Constants.ATTRVALUE_LITERAL)) {
252 } else if (use.equals(Constants.ATTRVALUE_ENCODED)) {
255 Util.fail("parsing.invalidAttributeValue", Constants.ATTR_USE, use);
297 handleHeaderFaultElement(Element e, TWSDLParserContextImpl context, SOAPHeader header, String use, Element e2) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/javax/jws/soap/
H A DSOAPBinding.java49 * The SOAP binding use
72 Use use() default Use.LITERAL;
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/pool/
H A DConnectionDesc.java54 ConnectionDesc(PooledConnection conn, boolean use) { argument
56 if (use) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/ct/
H A DSTDerivedComplexTypeBuilder.java60 TypeUse use = simpleTypeBuilder.build(baseType);
64 CPropertyInfo p = prop.createValueProperty("Value",false,baseType,use, BGMBuilder.getName(baseType));
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLSchemaMessages_it.properties37 # For internal use
60 # Ideally, we should only use the following error keys, not the ones under
121 src-attribute.2 = src-attribute.2: la propriet\u00E0 ''default'' \u00E8 presente nell''attributo ''{0}'', quindi il valore di ''use'' deve essere ''optional''.
199 derivation-ok-restriction.2.1.1 = derivation-ok-restriction.2.1.1: errore per il tipo "{0}". Un uso dell''attributo ''{1}'' in questo tipo ha un valore "use" ''{2}'' che \u00E8 incoerente con il valore di ''required'' in un uso corrispondente dell''attributo nel tipo di base.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DBIProperty.java90 * use and an attribute decl, then anything unspecified in the
91 * attribute use defaults to attribute decl.
266 * <b>if an attribute use carries a fixed value.</b>
300 public CAttributePropertyInfo createAttributeProperty( XSAttributeUse use, TypeUse tu ) { argument
303 getCustomization(use).isConstantProperty() &&
304 use.getFixedValue()!=null;
310 name = conv.toConstantName(use.getDecl().getName());
312 name = conv.toPropertyName(use.getDecl().getName());
320 return wrapUp(new CAttributePropertyInfo(name,use,getCustomizations(use),us
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/xmlschema/
H A DLocalAttribute.java49 public LocalAttribute use(String value); method in interface:LocalAttribute
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/soap/
H A DSOAPBindingImpl.java45 this.use = sb.getUse();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/writer/document/soap/
H A DBodyType.java47 public com.sun.xml.internal.ws.wsdl.writer.document.soap.BodyType use(String value); method in interface:BodyType
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/writer/document/soap12/
H A DBodyType.java47 public com.sun.xml.internal.ws.wsdl.writer.document.soap12.BodyType use(String value); method in interface:BodyType
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DURIName.java62 * particular scheme selected, URL schemes that involve the direct use
63 * of an IP-based protocol to a specified host on the Internet use a
108 } catch (URISyntaxException use) {
110 ("invalid URI name:" + name).initCause(use);
162 } catch (URISyntaxException use) {
164 ("invalid URI name constraint:" + name).initCause(use);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/impl/s2j/
H A DJAXBModelImpl.java104 TypeUse use = model.typeUses().get(xmlTypeName);
105 if(use==null) return null;
107 return new TypeAndAnnotationImpl(outline,use);

Completed in 137 milliseconds

12345