Lines Matching refs:COMPILER_FLAGS
24 COMPILER_FLAGS=""
104 COMPILER_FLAGS="${COMPILER_FLAGS} $option"
145 COMPILER_FLAGS="${COMPILER_FLAGS} --swap-file=$ANDROID_DATA/dex2oat.swap"
171 COMPILER_FLAGS="${COMPILER_FLAGS} --compiler-filter=interpret-only"
173 COMPILER_FLAGS="${COMPILER_FLAGS} --compiler-filter=verify-none"
180 COMPILER_FLAGS="${COMPILER_FLAGS} --runtime-arg -Xnorelocate --include-patch-information"
190 COMPILER_FLAGS="${COMPILER_FLAGS} --runtime-arg -Xnorelocate --no-include-patch-information"
195 prebuild_cmd="${ANDROID_HOST_OUT}/bin/dex2oatd $COMPILER_FLAGS --instruction-set=$ISA $BUILD_BOOT_OPT --dex-file=$DEX_LOCATION/$TEST_NAME.jar --oat-file=$DEX_LOCATION/dalvik-cache/$ISA/$(echo $DEX_LOCATION/$TEST_NAME.jar/classes.dex | cut -d/ -f 2- | sed "s:/:@:g")"