Home
last modified time | relevance | path

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

/art/test/etc/
Drun-test-jar58 INSTRUCTION_SET_FEATURES=""
235 INSTRUCTION_SET_FEATURES="$1"
579 if [ "x$INSTRUCTION_SET_FEATURES" != "x" ] ; then
580 dex2oat_cmdline="${dex2oat_cmdline} --instruction-set-features=${INSTRUCTION_SET_FEATURES}"
611 if [ "x$INSTRUCTION_SET_FEATURES" != "x" ] ; then
612 …LVIKVM_ISA_FEATURES_ARGS="-Xcompiler-option --instruction-set-features=${INSTRUCTION_SET_FEATURES}"