Searched refs:useful (Results 1 - 25 of 27) sorted by relevance

12

/openjdk7/hotspot/agent/make/
H A Dstart-debug-server-windbg.bat10 REM This code is distributed in the hope that it will be useful, but WITHOUT
H A Dstart-debug-server-windbg64.bat10 REM This code is distributed in the hope that it will be useful, but WITHOUT
H A Dstart-rmiregistry.bat10 REM This code is distributed in the hope that it will be useful, but WITHOUT
H A Dsaenv.bat10 REM This code is distributed in the hope that it will be useful, but WITHOUT
H A Dsaenv64.bat10 REM This code is distributed in the hope that it will be useful, but WITHOUT
/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.cpp9 * This code is distributed in the hope that it will be useful, but WITHOUT
327 // Identify all nodes that are reachable from below, useful.
330 void Compile::identify_useful_nodes(Unique_Node_List &useful) { argument
332 useful.map( estimated_worklist_size, NULL ); // preallocate space
335 if (root() != NULL) { useful.push(root()); }
336 // If 'top' is cached, declare it useful to preserve cached node
337 if( cached_top_node() ) { useful.push(cached_top_node()); }
339 // Push all useful nodes onto the list, breadthfirst
340 for( uint next = 0; next < useful.size(); ++next ) {
341 assert( next < unique(), "Unique useful node
354 update_dead_node_list(Unique_Node_List &useful) argument
367 remove_useless_late_inlines(GrowableArray<CallGenerator*>* inlines, Unique_Node_List &useful) argument
383 remove_useless_nodes(Unique_Node_List &useful) argument
3520 Unique_Node_List useful; local
[all...]
H A DphaseX.hpp9 * This code is distributed in the hope that it will be useful, but WITHOUT
94 void remove_useless_nodes(VectorSet &useful); // replace with sentinel
356 void remove_useless_nodes(VectorSet &useful) { argument
357 _table.remove_useless_nodes(useful);
H A Dcompile.hpp9 * This code is distributed in the hope that it will be useful, but WITHOUT
816 void identify_useful_nodes(Unique_Node_List &useful);
817 void update_dead_node_list(Unique_Node_List &useful);
818 void remove_useless_nodes (Unique_Node_List &useful);
838 void remove_useless_late_inlines(GrowableArray<CallGenerator*>* inlines, Unique_Node_List &useful);
H A Dnode.cpp9 * This code is distributed in the hope that it will be useful, but WITHOUT
2043 void Unique_Node_List::remove_useless_nodes(VectorSet &useful) { argument
2048 if( ! useful.test(n->_idx) ) {
H A DphaseX.cpp9 * This code is distributed in the hope that it will be useful, but WITHOUT
311 void NodeHash::remove_useless_nodes(VectorSet &useful) { argument
319 if(n != NULL && n != sentinel_node && !useful.test(n->_idx)) {
383 // 1) Use a breadthfirst walk to collect useful nodes reachable from root.
391 // Identify nodes that are reachable from below, useful.
403 // Disconnect 'useless' nodes that are adjacent to useful nodes
408 // loops without calls or exceptions visible to root, i.e., useful.
/openjdk7/hotspot/agent/src/scripts/
H A Dstart-debug-server.bat11 REM This code is distributed in the hope that it will be useful, but WITHOUT
H A Dstart-rmiregistry.bat11 REM This code is distributed in the hope that it will be useful, but WITHOUT
/openjdk7/hotspot/make/windows/
H A Dcross_build.bat10 REM This code is distributed in the hope that it will be useful, but WITHOUT
H A Dbuild.bat10 REM This code is distributed in the hope that it will be useful, but WITHOUT
H A Dcreate.bat10 REM This code is distributed in the hope that it will be useful, but WITHOUT
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dlinux_sparc.s9 # This code is distributed in the hope that it will be useful, but WITHOUT
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dsolaris_sparc.s9 !! This code is distributed in the hope that it will be useful, but WITHOUT
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dsolaris_x86_64.s9 / This code is distributed in the hope that it will be useful, but WITHOUT
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageCopy_blk.s13 ! This code is distributed in the hope that it will be useful, but WITHOUT
/openjdk7/jdk/src/macosx/native/jobjc/src/core/
H A DPrimitiveCoder.hs14 * This code is distributed in the hope that it will be useful, but WITHOUT
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec11 * This code is distributed in the hope that it will be useful, but WITHOUT
304 "It is most useful to use this command to reduce the load on the "
335 "This command is useful to control the number of events sent "
2155 "The visible class list has useful properties with respect to "
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_64.s9 # This code is distributed in the hope that it will be useful, but WITHOUT
H A Dbsd_x86_32.s9 # This code is distributed in the hope that it will be useful, but WITHOUT
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_64.s9 # This code is distributed in the hope that it will be useful, but WITHOUT
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES11 * This code is distributed in the hope that it will be useful, but WITHOUT
2872 argument form seems more useful so it is changed to that.
2931 set. The gregbook code is a useful example because, even though it
3028 Updated CMakeLists.txt to use CMAKE_INSTALL_LIBDIR variable; useful for
3218 were out of date and no longer useful. Better information can be
3409 header is read. It never performed any useful function to override

Completed in 87 milliseconds

12