Searched refs:interpreter (Results 1 – 25 of 63) sorted by relevance
123
/art/build/ |
D | Android.oat.mk | 58 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/ |
D | info.txt | 1 Regression test for the interpreter/JIT, where the interpreter used to not
|
/art/ |
D | Android.mk | 177 .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/ |
D | Android.bp | 98 "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 …]
|
D | common_dex_operations.h | 41 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/ |
D | info.txt | 1 Test deoptimizing when returning from a quick-to-interpreter bridge.
|
/art/runtime/interpreter/ |
D | interpreter_mterp_impl.h | 31 namespace interpreter {
|
D | interpreter_intrinsics.h | 28 namespace interpreter {
|
D | interpreter.h | 36 namespace interpreter {
|
D | interpreter_switch_impl.h | 32 namespace interpreter {
|
/art/test/668-aiobe/ |
D | info.txt | 1 Regression test for the mterp arm interpreter which used to throw
|
/art/runtime/interpreter/mterp/ |
D | mterp.h | 35 namespace interpreter {
|
D | mterp_stub.cc | 23 namespace interpreter { namespace
|
/art/test/080-oom-throw/ |
D | info.txt | 3 the interpreter and re-execute the bytecode.
|
/art/test/501-regression-packed-switch/ |
D | info.txt | 1 Regression test for the interpreter and optimizing's builder which used
|
/art/runtime/interpreter/mterp/mips64/ |
D | const.S | 14 bnez v0, MterpPossibleException # let reference interpreter deal with it.
|
D | op_const_string_jumbo.S | 12 bnez v0, MterpPossibleException # let reference interpreter deal with it.
|
D | footer.S | 44 beqzc a0, MterpFallback # If not, fall back to reference interpreter. 203 li v0, 0 # signal retry with reference interpreter.
|
/art/tools/golem/ |
D | env | 43 ALL_TARGETS=(art-interpreter art-opt art-jit art-jit-cc art-opt-cc art-opt-debuggable art-vdex)
|
/art/runtime/interpreter/mterp/arm/ |
D | const.S | 15 bne MterpPossibleException @ let reference interpreter deal with it.
|
D | op_const_string_jumbo.S | 12 bne MterpPossibleException @ let reference interpreter deal with it.
|
/art/test/518-null-array-get/ |
D | info.txt | 6 punted the method to the interpreter in an effort to avoid
|
/art/test/909-attach-agent/ |
D | run | 28 patch -s expected.txt <interpreter-expected.patch
|
/art/runtime/interpreter/mterp/mips/ |
D | footer.S | 86 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/ |
D | TestCase.smali | 34 # Check that we're being executed by the interpreter. 61 # Check that we're being executed by the interpreter.
|
123