Searched refs:INTERP (Results 1 - 2 of 2) sorted by relevance

/dalvik/tests/etc/
H A Dhost-run-test-jar22 INTERP=""
37 INTERP="jit"
41 INTERP="fast"
45 INTERP="portable"
80 if [ "x$INTERP" = "x" ]; then
81 INTERP="jit"
158 $DEX_VERIFY $DEX_OPTIMIZE $DEX_DEBUG $GC_OPTS "-Xint:${INTERP}" -ea \
H A Dpush-and-run-test-jar24 INTERP=""
38 INTERP="fast"
42 INTERP="jit"
46 INTERP="portable"
80 if [ "x$INTERP" = "x" ]; then
81 INTERP="jit"
130 $GC_OPTS -cp test.jar -Xint:${INTERP} -ea Main"

Completed in 59 milliseconds