Home
last modified time | relevance | path

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

123

/art/runtime/
DAndroid.bp130 "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 …]
Doat_quick_method_header.cc92 (interpreter::IsNterpSupported()
94 reinterpret_cast<uintptr_t>(interpreter::GetNterpEntryPoint()) -
99 return interpreter::IsNterpSupported() ? (this == NterpMethodHeader) : false; in IsNterpMethodHeader()
Dcommon_dex_operations.h46 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/
Dinfo.txt1 Regression test for the interpreter/JIT, where the interpreter used to not
/art/build/
DAndroid.oat.mk52 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/
DAndroid.bp43 name: "tracefast-interpreter-defaults",
55 name: "libtracefast-interpreter",
56 defaults: ["tracefast-interpreter-defaults"],
67 "tracefast-interpreter-defaults",
/art/
DAndroid.mk145 .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/
Dinterpreter_switch_impl1.cc23 namespace interpreter { namespace
Dinterpreter_switch_impl3.cc23 namespace interpreter { namespace
Dinterpreter_switch_impl0.cc23 namespace interpreter { namespace
Dinterpreter_switch_impl2.cc23 namespace interpreter { namespace
Dinterpreter_intrinsics.h28 namespace interpreter {
Dinterpreter_mterp_impl.h31 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"
60 art::interpreter::kMterpHandlerSize)
62 art::WhichPowerOf2(art::interpreter::kMterpHandlerSize))
/art/runtime/interpreter/mterp/
Dnterp_stub.cc27 namespace interpreter { namespace
Dmterp.h39 namespace interpreter {
Dmterp_stub.cc23 namespace interpreter { namespace
/art/test/668-aiobe/
Dinfo.txt1 Regression test for the mterp arm interpreter which used to throw
/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

123