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

/openjdk9/common/autoconf/
H A Dgenerated-configure.sh3795 # If so, the updated path is stored in $new_path.
3800 # If so, the updated path is stored in $new_path.
16514 new_path=`$CYGPATH -u "$path"`
16523 test_shortpath=`$CYGPATH -s -m "$new_path" 2> /dev/null`
16531 # If so, the updated path is stored in $new_path.
16533 input_path="$new_path"
16549 new_path="$input_path"
16556 if test "x`$ECHO $new_path | $GREP ^/usr/bin/`" = x; then
16559 new_path="$CYGWIN_ROOT_PATH$input_path"
16564 if test "x$path" != "x$new_path"; the
[all...]
/openjdk9/hotspot/src/share/vm/opto/
H A DgraphKit.hpp833 void merge_memory(Node* new_mem, Node* region, int new_path);
H A DgraphKit.cpp2462 void GraphKit::merge_memory(Node* new_mem, Node* region, int new_path) { argument
2484 phi->set_req(new_path, new_slice);

Completed in 87 milliseconds