/art/runtime/ |
D | Android.bp | 130 "interpreter/interpreter.cc", 131 "interpreter/interpreter_cache.cc", 132 "interpreter/interpreter_common.cc", 133 "interpreter/interpreter_intrinsics.cc", 134 "interpreter/interpreter_switch_impl0.cc", 135 "interpreter/interpreter_switch_impl1.cc", 136 "interpreter/interpreter_switch_impl2.cc", 137 "interpreter/interpreter_switch_impl3.cc", 138 "interpreter/lock_count_data.cc", 139 "interpreter/shadow_frame.cc", [all …]
|
D | oat_quick_method_header.cc | 92 (interpreter::IsNterpSupported() 94 reinterpret_cast<uintptr_t>(interpreter::GetNterpEntryPoint()) - 99 return interpreter::IsNterpSupported() ? (this == NterpMethodHeader) : false; in IsNterpMethodHeader()
|
D | common_dex_operations.h | 46 namespace interpreter { 70 interpreter::ArtInterpreterToInterpreterBridge(self, accessor, callee_frame, result); in PerformCall() 72 interpreter::ArtInterpreterToCompiledCodeBridge( in PerformCall() 76 interpreter::UnstartedRuntime::Invoke(self, accessor, callee_frame, result, first_dest_reg); in PerformCall()
|
/art/test/652-deopt-intrinsic/ |
D | info.txt | 1 Regression test for the interpreter/JIT, where the interpreter used to not
|
/art/build/ |
D | Android.oat.mk | 52 ifeq ($(1),interpreter) 54 core_infix := -interpreter 60 ifneq ($(filter-out interpreter interp-ac optimizing,$(1)),) 62 $$(error found $(1) expected interpreter, interp-ac, or optimizing) 146 $(eval $(call create-core-oat-host-rule-combination,interpreter)) 164 ifeq ($(1),interpreter) 166 core_infix := -interpreter 172 ifneq ($(filter-out interpreter interp-ac optimizing,$(1)),) 174 $$(error found $(1) expected interpreter, interp-ac, or optimizing) 263 $(eval $(call create-core-oat-target-rule-combination,interpreter))
|
/art/tools/tracefast-plugin/ |
D | Android.bp | 43 name: "tracefast-interpreter-defaults", 55 name: "libtracefast-interpreter", 56 defaults: ["tracefast-interpreter-defaults"], 67 "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_intrinsics.h | 28 namespace interpreter {
|
D | interpreter_mterp_impl.h | 31 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/ |
D | Android.mk | 145 .PHONY: test-art-host-interpreter 146 test-art-host-interpreter: test-art-host-run-test-interpreter 168 .PHONY: test-art-host-interpreter$(ART_PHONY_TEST_HOST_SUFFIX) 169 test-art-host-interpreter$(ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-interpreter$(ART_PHO… 191 .PHONY: test-art-host-interpreter$(2ND_ART_PHONY_TEST_HOST_SUFFIX) 192 test-art-host-interpreter$(2ND_ART_PHONY_TEST_HOST_SUFFIX): test-art-host-run-test-interpreter$(2ND… 224 .PHONY: test-art-target-interpreter 225 test-art-target-interpreter: test-art-target-run-test-interpreter 247 .PHONY: test-art-target-interpreter$(ART_PHONY_TEST_TARGET_SUFFIX) 248 test-art-target-interpreter$(ART_PHONY_TEST_TARGET_SUFFIX): test-art-target-run-test-interpreter$(A… [all …]
|
/art/runtime/interpreter/mterp/ |
D | nterp_stub.cc | 27 namespace interpreter { namespace
|
D | mterp_stub.cc | 23 namespace interpreter { namespace
|
D | mterp.h | 39 namespace interpreter {
|
/art/test/668-aiobe/ |
D | info.txt | 1 Regression test for the mterp arm interpreter which used to throw
|
/art/tools/cpp-define-generator/ |
D | globals.def | 25 #include "interpreter/mterp/mterp.h" 60 art::interpreter::kMterpHandlerSize) 62 art::WhichPowerOf2(art::interpreter::kMterpHandlerSize))
|
/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
|