Home
last modified time | relevance | path

Searched refs:d8_exec (Results 1 – 6 of 6) sorted by relevance

/external/v8/tools/
Dplot-timer-events22 d8_exec=$D8_PATH/d8
24 if test ! -x "$d8_exec"; then
26 d8_exec=$D8_PATH/d8
29 if test ! -x "$d8_exec"; then
30 d8_exec=`grep -m 1 -o '".*/d8"' $log_file | sed 's/"//g'`
33 if test ! -x "$d8_exec"; then
54 $d8_exec --noopt --prof --logfile $calibration_log \
62 $d8_exec --noopt --prof --logfile $calibration_log \
79 $d8_exec $tools_path/csvparser.js $tools_path/splaytree.js \
Dic-processor18 d8_exec=$D8_PATH/d8
20 if [ ! -x "$d8_exec" ]; then
22 d8_exec=$D8_PATH/d8
25 if [ ! -x "$d8_exec" ]; then
26 d8_exec=`grep -m 1 -o '".*/d8"' $log_file | sed 's/"//g'`
29 if [ ! -x "$d8_exec" ]; then
36 cat $log_file | $d8_exec $tools_path/splaytree.js $tools_path/codemap.js \
Dmap-processor18 d8_exec=$D8_PATH/d8
20 if [ ! -x "$d8_exec" ]; then
22 d8_exec=$D8_PATH/d8
25 if [ ! -x "$d8_exec" ]; then
26 d8_exec=`grep -m 1 -o '".*/d8"' $log_file | sed 's/"//g'`
29 if [ ! -x "$d8_exec" ]; then
36 cat $log_file | $d8_exec $tools_path/splaytree.js $tools_path/codemap.js \
Dlinux-tick-processor18 d8_exec=$D8_PATH/d8
20 if [ ! -x "$d8_exec" ]; then
22 d8_exec=$D8_PATH/d8
25 if [ ! -x "$d8_exec" ]; then
26 d8_exec=`grep -m 1 -o '".*/d8"' $log_file | sed 's/"//g'`
29 if [ ! -x "$d8_exec" ]; then
36 cat $log_file | $d8_exec --enable-os-system \
Dparse-processor18 d8_exec=$D8_PATH/d8
20 if [ ! -x "$d8_exec" ]; then
22 d8_exec=$D8_PATH/d8
25 if [ ! -x "$d8_exec" ]; then
26 d8_exec=`grep -m 1 -o '".*/d8"' $log_file | sed 's/"//g'`
29 if [ ! -x "$d8_exec" ]; then
36 cat $log_file | $d8_exec --allow-natives-syntax \
Ddump-cpp.py45 d8_exec = d8_line.group(1) variable
46 if not is_file_executable(d8_exec):
53 args = [d8_exec] + JS_FILES + ['--'] + args