Home
last modified time | relevance | path

Searched refs:IsNterpSupported (Results 1 – 8 of 8) sorted by relevance

/art/runtime/
Doat_quick_method_header.cc93 if (!interpreter::IsNterpSupported()) { in GetNterpMethodHeader()
107 return interpreter::IsNterpSupported() ? (this == NterpMethodHeader) : false; in IsNterpMethodHeader()
Druntime_options.def79 …_OPTIONS_KEY (bool, UseTieredJitCompilation, interpreter::IsNterpSupported())
Dart_method.cc765 if (interpreter::IsNterpSupported() && in CopyFrom()
/art/runtime/interpreter/mterp/
Dnterp_stub.cc29 bool IsNterpSupported() { in IsNterpSupported() function
Dnterp.h32 bool IsNterpSupported();
Dnterp.cc35 bool IsNterpSupported() { in IsNterpSupported() function
46 return IsNterpSupported() && CanUseMterp() && !instr->InterpretOnly(); in CanRuntimeUseNterp()
/art/runtime/jit/
Djit.h127 interpreter::IsNterpSupported(); in CanCompileBaseline()
/art/runtime/interpreter/
Dinterpreter_common.h255 } else if (!IsNterpSupported() && LIKELY(tls_cache->Get(inst, &tls_value))) { in DoInvoke()
268 if (!IsNterpSupported()) { in DoInvoke()