Home
last modified time | relevance | path

Searched refs:interpreter (Results 1 – 25 of 63) sorted by relevance

123

/art/build/
DAndroid.oat.mk58 ifeq ($(1),interpreter)
60 core_infix := -interpreter
66 ifneq ($(filter-out interpreter interp-ac optimizing,$(1)),)
68 $$(error found $(1) expected interpreter, interpreter-access-checks, or optimizing)
140 $(eval $(call create-core-oat-host-rule-combination,interpreter,,,false))
143 $(eval $(call create-core-oat-host-rule-combination,interpreter,,,true))
149 $(eval $(call create-core-oat-host-rule-combination,interpreter,valgrind,32,false))
169 ifeq ($(1),interpreter)
171 core_infix := -interpreter
177 ifneq ($(filter-out interpreter interp-ac optimizing,$(1)),)
[all …]
/art/test/652-deopt-intrinsic/
Dinfo.txt1 Regression test for the interpreter/JIT, where the interpreter used to not
/art/
DAndroid.mk177 .PHONY: test-art-host-interpreter
178 test-art-host-interpreter: test-art-host-run-test-interpreter
200 .PHONY: test-art-host-interpreter$(ART_PHONY_TEST_HOST_SUFFIX)
201 test-art-host-interpreter$(ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-interpreter$(ART_PHO…
223 .PHONY: test-art-host-interpreter$(2ND_ART_PHONY_TEST_HOST_SUFFIX)
224 test-art-host-interpreter$(2ND_ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-interpreter$(2ND…
269 .PHONY: test-art-target-interpreter
270 test-art-target-interpreter: test-art-target-run-test-interpreter
292 .PHONY: test-art-target-interpreter$(ART_PHONY_TEST_TARGET_SUFFIX)
293 test-art-target-interpreter$(ART_PHONY_TEST_TARGET_SUFFIX): test-art-target-run-test-interpreter$(A…
[all …]
/art/runtime/
DAndroid.bp98 "interpreter/interpreter.cc",
99 "interpreter/interpreter_common.cc",
100 "interpreter/interpreter_intrinsics.cc",
101 "interpreter/interpreter_switch_impl.cc",
102 "interpreter/lock_count_data.cc",
103 "interpreter/shadow_frame.cc",
104 "interpreter/unstarted_runtime.cc",
255 "interpreter/mterp/mterp.cc",
256 "interpreter/mterp/out/mterp_arm.S",
270 "interpreter/mterp/mterp.cc",
[all …]
Dcommon_dex_operations.h41 namespace interpreter {
65 interpreter::ArtInterpreterToInterpreterBridge(self, accessor, callee_frame, result); in PerformCall()
67 interpreter::ArtInterpreterToCompiledCodeBridge( in PerformCall()
71 interpreter::UnstartedRuntime::Invoke(self, accessor, callee_frame, result, first_dest_reg); in PerformCall()
/art/test/597-deopt-invoke-stub/
Dinfo.txt1 Test deoptimizing when returning from a quick-to-interpreter bridge.
/art/runtime/interpreter/
Dinterpreter_mterp_impl.h31 namespace interpreter {
Dinterpreter_intrinsics.h28 namespace interpreter {
Dinterpreter.h36 namespace interpreter {
Dinterpreter_switch_impl.h32 namespace interpreter {
/art/test/668-aiobe/
Dinfo.txt1 Regression test for the mterp arm interpreter which used to throw
/art/runtime/interpreter/mterp/
Dmterp.h35 namespace interpreter {
Dmterp_stub.cc23 namespace interpreter { namespace
/art/test/080-oom-throw/
Dinfo.txt3 the interpreter and re-execute the bytecode.
/art/test/501-regression-packed-switch/
Dinfo.txt1 Regression test for the interpreter and optimizing's builder which used
/art/runtime/interpreter/mterp/mips64/
Dconst.S14 bnez v0, MterpPossibleException # let reference interpreter deal with it.
Dop_const_string_jumbo.S12 bnez v0, MterpPossibleException # let reference interpreter deal with it.
Dfooter.S44 beqzc a0, MterpFallback # If not, fall back to reference interpreter.
203 li v0, 0 # signal retry with reference interpreter.
/art/tools/golem/
Denv43 ALL_TARGETS=(art-interpreter art-opt art-jit art-jit-cc art-opt-cc art-opt-debuggable art-vdex)
/art/runtime/interpreter/mterp/arm/
Dconst.S15 bne MterpPossibleException @ let reference interpreter deal with it.
Dop_const_string_jumbo.S12 bne MterpPossibleException @ let reference interpreter deal with it.
/art/test/518-null-array-get/
Dinfo.txt6 punted the method to the interpreter in an effort to avoid
/art/test/909-attach-agent/
Drun28 patch -s expected.txt <interpreter-expected.patch
/art/runtime/interpreter/mterp/mips/
Dfooter.S86 beqz a0, MterpFallback # If exception, fall back to reference interpreter.
244 move v0, zero # signal retry with reference interpreter.
/art/test/575-checker-string-init-alias/smali/
DTestCase.smali34 # Check that we're being executed by the interpreter.
61 # Check that we're being executed by the interpreter.

123