/art/runtime/ |
D | Android.bp | 96 "interpreter/interpreter.cc", 97 "interpreter/interpreter_cache.cc", 98 "interpreter/interpreter_common.cc", 99 "interpreter/interpreter_intrinsics.cc", 100 "interpreter/interpreter_switch_impl0.cc", 101 "interpreter/interpreter_switch_impl1.cc", 102 "interpreter/interpreter_switch_impl2.cc", 103 "interpreter/interpreter_switch_impl3.cc", 104 "interpreter/lock_count_data.cc", 105 "interpreter/shadow_frame.cc", [all …]
|
D | common_dex_operations.h | 44 namespace interpreter { 68 interpreter::ArtInterpreterToInterpreterBridge(self, accessor, callee_frame, result); in PerformCall() 70 interpreter::ArtInterpreterToCompiledCodeBridge( in PerformCall() 74 interpreter::UnstartedRuntime::Invoke(self, accessor, callee_frame, result, first_dest_reg); in PerformCall() 182 DCHECK(interpreter::PrevFrameWillRetry(self, shadow_frame)); in DoFieldPutCommon()
|
/art/build/ |
D | Android.oat.mk | 53 ifeq ($(1),interpreter) 55 core_infix := -interpreter 61 ifneq ($(filter-out interpreter interp-ac optimizing,$(1)),) 63 $$(error found $(1) expected interpreter, interp-ac, or optimizing) 119 $(eval $(call create-core-oat-host-rule-combination,interpreter)) 140 ifeq ($(1),interpreter) 142 core_infix := -interpreter 148 ifneq ($(filter-out interpreter interp-ac optimizing,$(1)),) 150 $$(error found $(1) expected interpreter, interp-ac, or optimizing) 210 $(eval $(call create-core-oat-target-rule-combination,interpreter))
|
/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 | 187 .PHONY: test-art-host-interpreter 188 test-art-host-interpreter: test-art-host-run-test-interpreter 210 .PHONY: test-art-host-interpreter$(ART_PHONY_TEST_HOST_SUFFIX) 211 test-art-host-interpreter$(ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-interpreter$(ART_PHO… 233 .PHONY: test-art-host-interpreter$(2ND_ART_PHONY_TEST_HOST_SUFFIX) 234 test-art-host-interpreter$(2ND_ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-interpreter$(2ND… 266 .PHONY: test-art-target-interpreter 267 test-art-target-interpreter: test-art-target-run-test-interpreter 289 .PHONY: test-art-target-interpreter$(ART_PHONY_TEST_TARGET_SUFFIX) 290 test-art-target-interpreter$(ART_PHONY_TEST_TARGET_SUFFIX): test-art-target-run-test-interpreter$(A… [all …]
|
/art/tools/tracefast-plugin/ |
D | Android.bp | 52 name: "tracefast-interpreter-defaults", 64 name: "libtracefast-interpreter", 65 defaults: ["tracefast-interpreter-defaults"], 76 "tracefast-interpreter-defaults",
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl3.cc | 23 namespace interpreter { namespace
|
D | interpreter_switch_impl1.cc | 23 namespace interpreter { namespace
|
D | interpreter_switch_impl2.cc | 23 namespace interpreter { namespace
|
D | interpreter_switch_impl0.cc | 23 namespace interpreter { namespace
|
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/597-deopt-invoke-stub/ |
D | info.txt | 1 Test deoptimizing when returning from a quick-to-interpreter bridge.
|
/art/tools/cpp-define-generator/ |
D | globals.def | 25 #include "interpreter/mterp/mterp.h" 56 art::interpreter::kMterpHandlerSize) 58 art::WhichPowerOf2(art::interpreter::kMterpHandlerSize))
|
/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 | 33 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/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/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/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.
|