HomeSort by relevance Sort by last modified time
    Searched refs:INTERPRETER (Results 1 - 5 of 5) sorted by null

  /art/test/etc/
host-run-test-jar 16 INTERPRETER="n"
75 elif [ "x$1" = "x--interpreter" ]; then
76 INTERPRETER="y"
155 if [ "$INTERPRETER" = "y" ]; then
push-and-run-test-jar 15 INTERPRETER="n"
72 elif [ "x$1" = "x--interpreter" ]; then
73 INTERPRETER="y"
161 if [ "$INTERPRETER" = "y" ]; then
push-and-run-prebuilt-test-jar 18 INTERPRETER="n"
78 elif [ "x$1" = "x--interpreter" ]; then
79 INTERPRETER="y"
174 if [ "$INTERPRETER" = "y" ]; then
  /art/compiler/driver/
compiler_driver.cc 466 CREATE_TRAMPOLINE(INTERPRETER, kInterpreterAbi, pInterpreterToInterpreterBridge)
470 CREATE_TRAMPOLINE(INTERPRETER, kInterpreterAbi, pInterpreterToCompiledCodeBridge)
    [all...]
  /art/test/
Android.run-test.mk 31 test-art-host-run-test$(2)-interpreter$(3)-$(1)32 \
34 test-art-host-run-test$(2)-interpreter$(3)-$(1)64 \
37 test-art-target-run-test$(2)-interpreter$(3)-$(1)32 \
40 test-art-target-run-test$(2)-interpreter$(3)-$(1)64
47 test-art-target-run-test$(2)-interpreter$(3)-$(1)32 \
50 test-art-target-run-test$(2)-interpreter$(3)-$(1)64
354 # $(3): default, optimizing or interpreter
417 ifeq ($(3),interpreter)
418 uc_compiler := INTERPRETER
419 run_test_options += --interpreter
    [all...]

Completed in 210 milliseconds