Home
last modified time | relevance | path

Searched refs:kUsePortableCompiler (Results 1 – 12 of 12) sorted by relevance

/art/runtime/
Dglobals.h70 static constexpr bool kUsePortableCompiler = true; variable
72 static constexpr bool kUsePortableCompiler = false; variable
76 static constexpr bool kMovingCollector = true && !kUsePortableCompiler;
Doat_file.h102 if (kUsePortableCompiler) { in GetPortableCode()
110 if (kUsePortableCompiler) { in GetQuickCode()
Dcommon_runtime_test.h147 if (kUsePortableCompiler) { \
Dexception_test.cc170 if (!kUsePortableCompiler) { in TEST_F()
Doat_file.cc76 if (kUsePortableCompiler && executable) { in Open()
/art/runtime/entrypoints/interpreter/
Dinterpreter_entrypoints.cc51 if (kUsePortableCompiler) { in artInterpreterToCompiledCodeBridge()
/art/compiler/
Delf_writer_mclinker.cc76 if (kUsePortableCompiler) { in Write()
84 if (kUsePortableCompiler) { in Write()
Dimage_test.cc70 if (kUsePortableCompiler) { in TEST_F()
Doat_test.cc92 Compiler::Kind compiler_kind = kUsePortableCompiler in TEST_F()
Dcommon_compiler_test.cc312 = (kUsePortableCompiler) ? Compiler::kPortable : Compiler::kQuick; in SetUp()
/art/dex2oat/
Ddex2oat.cc871 Compiler::Kind compiler_kind = kUsePortableCompiler in dex2oat()
1564 if (!kUsePortableCompiler) { in dex2oat()
1653 if (kUsePortableCompiler) { in dex2oat()
1676 if (kUsePortableCompiler) { in dex2oat()
/art/runtime/mirror/
Dart_method.h152 return kUsePortableCompiler && ((GetAccessFlags() & kAccPortableCompiled) != 0); in IsPortableCompiled()