Searched refs:new_path (Results 1 - 3 of 3) sorted by relevance

/openjdk10/common/autoconf/
H A Dgenerated-configure.sh3796 # If so, the updated path is stored in $new_path.
3801 # If so, the updated path is stored in $new_path.
16597 new_path=`$CYGPATH -u "$path"`
16606 test_shortpath=`$CYGPATH -s -m "$new_path" 2> /dev/null`
16614 # If so, the updated path is stored in $new_path.
16616 input_path="$new_path"
16632 new_path="$input_path"
16639 if test "x`$ECHO $new_path | $GREP ^/usr/bin/`" = x; then
16642 new_path="$CYGWIN_ROOT_PATH$input_path"
16647 if test "x$path" != "x$new_path"; the
[all...]
/openjdk10/hotspot/src/share/vm/opto/
H A DgraphKit.hpp836 void merge_memory(Node* new_mem, Node* region, int new_path);
H A DgraphKit.cpp2510 void GraphKit::merge_memory(Node* new_mem, Node* region, int new_path) { argument
2532 phi->set_req(new_path, new_slice);

Completed in 232 milliseconds