Searched refs:use (Results 76 - 100 of 123) sorted by relevance

12345

/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.cpp217 // This is the first use of this intrinsic as a virtual call.
223 // This is the first use of this intrinsic as a non-virtual
298 Node* use = n->last_out(i); local
299 bool is_in_table = initial_gvn()->hash_delete(use);
301 for (uint j = 0; j < use->len(); j++) {
302 if (use->in(j) == n) {
303 if (j < use->req())
304 use->set_req(j, nn);
306 use->set_prec(j, nn);
312 initial_gvn()->hash_find_insert(use);
2770 Node *use = i.get(); local
3224 Node* use = n->raw_out(i); local
[all...]
H A Dmachnode.cpp257 // There is not a unique memory use here. We will fall to AliasIdxBot.
292 // Add the offset determined by the "base", or use Type::OffsetBot.
533 // Else use generic type from ideal register set
588 // Values in the domain use the users calling convention, embodied in the
628 Node *use = fast_out(i); local
629 if (!use->is_Proj()) continue;
630 if (use->as_Proj()->_con == TypeFunc::Parms) {
640 // Values in the domain use the users calling convention, embodied in the
667 // Values in the domain use the users calling convention, embodied in the
672 // If this call is a MethodHandle invoke we have to use
[all...]
H A Dchaitin.hpp60 double _maxfreq; // Maximum frequency of any def or use
166 _direct_conflict:1, // True if def and use registers in conflict
231 // Assertion bit for proper use of Squaring
349 uint split_USE( Node *def, Block *b, Node *use, uint useidx, uint max, bool def_down, bool cisc_sp, GrowableArray<uint> splits, int slidx );
355 Node *get_spillcopy_wide( Node *def, Node *use, uint uidx );
416 // Same as _ifg->add_vector(reg,live) EXCEPT use the RegMask
H A DloopTransform.cpp158 // No exit count so use
534 Node* use = new_head->fast_out(j2); local
535 if (use->in(0) == new_head && use->req() == 3 && use->is_Phi()) {
536 _igvn.hash_delete(use);
537 use->set_req(LoopNode::LoopBackControl, C->top());
1072 // use by range check elimination.
1085 // main loop guard test to use lt or gt depending on stride
1087 // positive stride use <
2588 Node* use = iter.get(); local
[all...]
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_64.s35 # which means that they *must* either not use floating
36 # point or use it in the same manner as does the server
113 # can't use it as a base register
215 # can't use it as a base register
H A Dbsd_x86_32.s38 # which means that they *must* either not use floating
39 # point or use it in the same manner as does the server
57 # Set fpu to 53 bit precision. This happens too early to use a stub.
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_64.s27 # which means that they *must* either not use floating
28 # point or use it in the same manner as does the server
105 # can't use it as a base register
207 # can't use it as a base register
H A Dlinux_x86_32.s27 # which means that they *must* either not use floating
28 # point or use it in the same manner as does the server
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsNativeDispatcher.java701 private int use; field in class:WindowsNativeDispatcher.Account
706 public int use() { return use; } method in class:WindowsNativeDispatcher.Account
/openjdk7/hotspot/src/share/vm/memory/
H A Duniverse.hpp199 // number of preallocated error objects available for use
366 static void set_narrow_oop_use_implicit_null_checks(bool use) { _narrow_oop._use_implicit_null_checks = use; } argument
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/doc-files/
H A DModality.txt31 For common component peers use getToplevelXWindow().isModalBlocked()
52 to get native focus. All the AWT windows use global active focus
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DHeapGXLWriter.java126 // for arrays elements we use element<index> pattern
402 // XML encoding that we'll use
/openjdk7/jdk/src/share/classes/java/rmi/
H A DNaming.java61 * individual server process may create and use its own registry if desired
314 } catch (URISyntaxException use) {
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dsolaris_sparc.s36 !! ASM better know we may use G6 for our own purposes
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/nav/
H A DNavigatorImpl.java148 public NType use(NClass nc) { method in class:NavigatorImpl
/openjdk7/jdk/src/solaris/native/java/net/
H A Dnet_util_md.c527 * and override the scope_id field to use the relevant value for "lo"
591 int dest_plen, src_plen, use, refcnt, metric; local
623 &metric, &use, &refcnt, &flags, device) == 31) {
865 * If the scope was cached the we use the cached value. If not cached but
866 * specified in the Inet6Address we use that, but we first check if the
871 * cases the used value is cached for further use.
880 /* if cached value exists then use it. Otherwise, check
914 * If we have a scope_id use the extended form
1090 * This will tell us the interface to use (eg: "eth0").
1098 * >1 interface index to use fo
1105 int dest_plen, src_plen, use, refcnt, metric; local
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javah/
H A DGen.java145 } catch (UnsupportedEncodingException use) {
152 * After initializing state of an instance, use this method to start
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DSeedGenerator.java108 debug.println("Failed to use operating system seed "
183 // We use a Random object to choose what file names
248 * instance we actually use. It instantiates the message digest
448 * instance we actually use. It opens the entropy gathering device
511 } catch (URISyntaxException use) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DSimpleTypeBuilder.java198 * If it does, use it to bind this simple type. Otherwise
216 // for elements, you can't use <property>,
541 if( loc==null ) // use the location of the simple type as the default
573 TypeUse use = build(type.getSimpleBaseType());
576 if(use.isCollection())
579 CNonElement baseDt = use.getInfo(); // for now just ignore that case
618 // use the name of the simple type as the name of the class.
633 // so that successive look up will use the same object.
/openjdk7/jdk/src/windows/native/sun/nio/fs/
H A DWindowsNativeDispatcher.c151 account_use = (*env)->GetFieldID(env, clazz, "use", "I");
835 SID_NAME_USE use; local
839 if (LookupAccountSidW(NULL, sid, &name[0], &nameLen, &domain[0], &domainLen, &use) == 0) {
853 (*env)->SetIntField(env, obj, account_use, (jint)use);
865 SID_NAME_USE use; local
868 &domain[0], &domainLen, &use) == 0)
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DClassInfoImpl.java254 return nav().use(clazz);
716 // I wish I could use an array...
1287 fClass = nav().use(clazz);
1292 nav().getReturnType(m).equals(nav().use(clazz)) &&
H A DModelBuilder.java86 * JAXB doesn't want to use namespaces unless we are told to, but WS-I BP
87 * conformace requires JAX-RPC to always use a non-empty namespace URI.
91 * To work around this issue, we allow the use of the empty namespaces to be
333 return new EnumLeafInfoImpl<T,C,F,M>(this,upstream,clazz,nav.use(clazz));
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dsolaris_x86_64.s29 // which means that they *must* either not use floating
30 // point or use it in the same manner as does the server
115 / can't use it as a base register
215 / can't use it as a base register
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/addon/episode/
H A DPluginImpl.java236 public String attributeUse(XSAttributeUse use) {
/openjdk7/hotspot/make/windows/
H A Dcreate.bat190 REM It doesn't matter which variant we use here, "compiler1" is as good as any of the others - we need the common variables

Completed in 106 milliseconds

12345