Home
last modified time | relevance | path

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

123

/art/runtime/jit/
Djit.h127 interpreter::IsNterpSupported(); in CanCompileBaseline()
/art/runtime/
Dinstrumentation_test.cc764 bool interpreter = \
770 } else if (interpreter) { \
775 if (interpreter) { \
Druntime_options.def79 RUNTIME_OPTIONS_KEY (bool, UseTieredJitCompilation, interpreter::IsNterpSuppo…
Dcommon_runtime_test.cc143 interpreter::UnstartedRuntime::Initialize(); in FinalizeSetup()
Dstack.cc770 const size_t kMaxExpectedFrameSize = interpreter::kNterpMaxFrame; in ValidateFrame()
Dclass_linker.cc234 interpreter::CanMethodUseNterp(method)) { in ChangeInterpreterBridgeToNterp()
237 runtime->GetInstrumentation()->UpdateMethodsCode(method, interpreter::GetNterpEntryPoint()); in ChangeInterpreterBridgeToNterp()
258 if (interpreter::CanRuntimeUseNterp()) { in EnsureSkipAccessChecksMethods()
2202 if (interpreter::CanRuntimeUseNterp()) { in AddImageSpace()
3542 if (interpreter::CanRuntimeUseNterp() && interpreter::CanMethodUseNterp(method)) { in GetQuickOatCodeFor()
3543 return interpreter::GetNterpEntryPoint(); in GetQuickOatCodeFor()
3670 interpreter::CanRuntimeUseNterp() && in FixupStaticTrampolines()
3671 interpreter::CanMethodUseNterp(method)) { in FixupStaticTrampolines()
3672 quick_code = interpreter::GetNterpEntryPoint(); in FixupStaticTrampolines()
Dthread.cc943 interpreter::InitInterpreterTls(this); in Init()
2323 tls32_.use_mterp = interpreter::CanUseMterp(); in NotifyInTheadList()
4221 interpreter::EnterInterpreterFromDeoptimize(this, in DeoptimizeWithDeoptimizationException()
Dinstrumentation.cc1476 if (interpreter::IsStringInit(dex_file, method_index)) { in GetRuntimeMethodShorty()
Druntime.cc305 interpreter::CheckInterpreterAsmConstants(); in Runtime()
/art/test/563-checker-fakestring/smali/
DTestCase.smali95 # Check that we're being executed by the interpreter.
266 # Check that we're being executed by the interpreter.
/art/runtime/interpreter/
Dinterpreter.cc41 namespace interpreter { namespace
345 VLOG(interpreter) << "Interpreting " << method->PrettyMethod(); in Execute()
Dinterpreter_common.h69 namespace interpreter {
379 VLOG(interpreter) << "Interpreting " << called_method->PrettyMethod(); in DoInvoke()
Dinterpreter_intrinsics.cc24 namespace interpreter { namespace
Dinterpreter_common.cc53 namespace interpreter { namespace
Dinterpreter_switch_impl-inl.h44 namespace interpreter {
Dunstarted_runtime.cc66 namespace interpreter { namespace
/art/cmdline/
Dcmdline_parser_test.cc266 log_verbosity.interpreter = true; in TEST_F()
Dcmdline_types.h633 log_verbosity.interpreter = true;
/art/tools/
Dlibcore_failures.txt127 description: "Flake when running with libartd.so or interpreter",
/art/test/
Drun-test332 run_args+=(--interpreter)
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc640 interpreter::EnterInterpreterFromDeoptimize(self, in HandleDeoptimization()
706 result = interpreter::EnterInterpreterFromEntryPoint(self, accessor, shadow_frame); in artQuickToInterpreterBridge()
2668 interpreter::DoInvokeCustom(self, *shadow_frame, call_site_idx, &operands, &result); in artInvokeCustom()
/art/runtime/interpreter/mterp/
Dmterp.cc31 namespace interpreter { namespace
/art/dex2oat/
Ddex2oat.cc2845 interpreter::UnstartedRuntime::Initialize(); in CreateRuntime()
/art/oatdump/
Doatdump.cc2853 interpreter::UnstartedRuntime::Initialize(); in InstallOatFile()

123