Home
last modified time | relevance | path

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

/art/test/etc/
Drun-test-jar78 INSTRUCTION_SET_FEATURES=""
414 INSTRUCTION_SET_FEATURES="$1"
978 if [ "x$INSTRUCTION_SET_FEATURES" != "x" ] ; then
979 dex2oat_cmdline="${dex2oat_cmdline} --instruction-set-features=${INSTRUCTION_SET_FEATURES}"
1044 if [ "x$INSTRUCTION_SET_FEATURES" != "x" ] ; then
1045 …LVIKVM_ISA_FEATURES_ARGS="-Xcompiler-option --instruction-set-features=${INSTRUCTION_SET_FEATURES}"