HomeSort by relevance Sort by last modified time
    Searched refs:kUsePortableCompiler (Results 1 - 12 of 12) sorted by null

  /art/runtime/
globals.h 70 static constexpr bool kUsePortableCompiler = true;
72 static constexpr bool kUsePortableCompiler = false;
76 static constexpr bool kMovingCollector = true && !kUsePortableCompiler;
common_runtime_test.h 146 if (kUsePortableCompiler) { \
oat_file.h 102 if (kUsePortableCompiler) {
110 if (kUsePortableCompiler) {
exception_test.cc 169 if (!kUsePortableCompiler) {
oat_file.cc 75 if (kUsePortableCompiler && executable) {
  /art/runtime/entrypoints/interpreter/
interpreter_entrypoints.cc 51 if (kUsePortableCompiler) {
  /art/compiler/
elf_writer_mclinker.cc 76 if (kUsePortableCompiler) {
84 if (kUsePortableCompiler) {
image_test.cc 70 if (kUsePortableCompiler) {
oat_test.cc 92 Compiler::Kind compiler_kind = kUsePortableCompiler
common_compiler_test.cc 317 = (kUsePortableCompiler) ? Compiler::kPortable : Compiler::kQuick;
  /art/runtime/mirror/
art_method.h 154 return kUsePortableCompiler && ((GetAccessFlags() & kAccPortableCompiled) != 0);
  /art/dex2oat/
dex2oat.cc     [all...]

Completed in 1550 milliseconds