Home
last modified time | relevance | path

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

/art/test/etc/
Drun-test-jar79 INSTRUCTION_SET_FEATURES=""
398 INSTRUCTION_SET_FEATURES="$1"
946 if [ "x$INSTRUCTION_SET_FEATURES" != "x" ] ; then
947 dex2oat_cmdline="${dex2oat_cmdline} --instruction-set-features=${INSTRUCTION_SET_FEATURES}"
983 if [ "x$INSTRUCTION_SET_FEATURES" != "x" ] ; then
984 …LVIKVM_ISA_FEATURES_ARGS="-Xcompiler-option --instruction-set-features=${INSTRUCTION_SET_FEATURES}"