Home
last modified time | relevance | path

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

123

/art/runtime/
DAndroid.bp96 "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 …]
Dcommon_dex_operations.h44 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/
DAndroid.oat.mk53 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/
Dinfo.txt1 Regression test for the interpreter/JIT, where the interpreter used to not
/art/
DAndroid.mk187 .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/
DAndroid.bp52 name: "tracefast-interpreter-defaults",
64 name: "libtracefast-interpreter",
65 defaults: ["tracefast-interpreter-defaults"],
76 "tracefast-interpreter-defaults",
/art/runtime/interpreter/
Dinterpreter_switch_impl3.cc23 namespace interpreter { namespace
Dinterpreter_switch_impl1.cc23 namespace interpreter { namespace
Dinterpreter_switch_impl2.cc23 namespace interpreter { namespace
Dinterpreter_switch_impl0.cc23 namespace interpreter { namespace
Dinterpreter_mterp_impl.h31 namespace interpreter {
Dinterpreter_intrinsics.h28 namespace interpreter {
Dinterpreter.h36 namespace interpreter {
Dinterpreter_switch_impl.h32 namespace interpreter {
/art/test/597-deopt-invoke-stub/
Dinfo.txt1 Test deoptimizing when returning from a quick-to-interpreter bridge.
/art/tools/cpp-define-generator/
Dglobals.def25 #include "interpreter/mterp/mterp.h"
56 art::interpreter::kMterpHandlerSize)
58 art::WhichPowerOf2(art::interpreter::kMterpHandlerSize))
/art/test/668-aiobe/
Dinfo.txt1 Regression test for the mterp arm interpreter which used to throw
/art/runtime/interpreter/mterp/
Dmterp.h33 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/tools/golem/
Denv43 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/
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/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