Home | History | Annotate | Download | only in etc

Lines Matching refs:COMPILE_FLAGS

28 COMPILE_FLAGS=""
48 COMPILE_FLAGS="${COMPILE_FLAGS} $option"
181 COMPILE_FLAGS="${COMPILE_FLAGS} --compiler-filter=interpret-only"
183 COMPILE_FLAGS="${COMPILE_FLAGS} --compiler-filter=verify-none"
193 COMPILE_FLAGS="${COMPILE_FLAGS} --include-patch-information"
205 $INVOKE_WITH /system/bin/dex2oatd $COMPILE_FLAGS $BUILD_BOOT_OPT $BUILD_RELOCATE_OPT --runtime-arg -classpath --runtime-arg $DEX_LOCATION/$TEST_NAME.jar --dex-file=$DEX_LOCATION/$TEST_NAME.jar --oat-file=$DEX_LOCATION/dalvik-cache/$ARCH/$(echo $DEX_LOCATION/$TEST_NAME.jar/classes.dex | cut -d/ -f 2- | sed "s:/:@:g") --instruction-set=$ARCH && \