Searched refs:compiler (Results 1 - 25 of 34) sorted by relevance

12

/art/test/628-vdex/
H A Drun17 exec ${RUN} -Xcompiler-option --compiler-filter=verify --vdex "${@}"
/art/test/157-void-class/
H A Drun18 # so that the compiler does not try to initialize classes. This leaves the
21 --runtime-option -Ximage-compiler-option \
22 --runtime-option --compiler-filter=verify
/art/test/158-app-image-class-table/
H A Drun17 exec ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile
/art/test/634-vdex-duplicate/
H A Drun17 exec ${RUN} -Xcompiler-option --compiler-filter=verify --vdex-filter speed --vdex "${@}"
/art/test/638-checker-inline-caches/
H A Drun17 exec ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile
/art/test/643-checker-bogus-ic/
H A Drun17 exec ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile
/art/test/707-checker-invalid-profile/
H A Drun17 exec ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile
/art/test/159-app-image-fields/
H A Drun18 # Also run the compiler with -j1 to ensure specific class verification order.
19 exec ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile \
/art/test/595-profile-saving/
H A Drun18 # --compiler-filter=quicken to make sure that the test is not compiled AOT
23 -Xcompiler-option --compiler-filter=quicken \
24 --runtime-option '-Xcompiler-option --compiler-filter=quicken' \
/art/compiler/jni/quick/
H A Djni_compiler.h20 #include "compiler.h"
28 CompiledMethod* ArtQuickJniCompileMethod(CompilerDriver* compiler,
H A Djni_compiler.cc775 CompiledMethod* ArtQuickJniCompileMethod(CompilerDriver* compiler, argument
780 if (Is64BitInstructionSet(compiler->GetInstructionSet())) {
782 compiler, access_flags, method_idx, dex_file, optimization_flags);
785 compiler, access_flags, method_idx, dex_file, optimization_flags);
/art/compiler/optimizing/
H A Dbuilder.cc42 // Note that the compiler driver is null when unit testing.
53 VLOG(compiler) << "Skip compilation of huge method "
63 VLOG(compiler) << "Skip compilation of large method with no branch "
H A Doptimizing_compiler_stats.h104 if (!kIsDebugBuild && !VLOG_IS_ON(compiler)) {
105 // Log only in debug builds or if the compiler is verbose.
H A Dinliner.cc73 VLOG(compiler) << DepthString(__LINE__) << msg
355 // No CHA-based devirtulization for AOT compiler (yet).
460 VLOG(compiler) << "Out of memory in the compiler when trying to inline";
654 VLOG(compiler) << "Could not find profiled dex file: "
669 VLOG(compiler) << "Profile data corrupt: type index " << class_ref.type_index
680 VLOG(compiler) << "Could not resolve class from inline cache in AOT mode "
1213 // TODO: Consider sharpening once it is not dependent on the compiler driver.
1251 // compiler driver.
1354 << " has soft failures un-handled by the compiler, s
[all...]
/art/runtime/base/
H A Dlogging.h40 bool compiler; member in struct:art::LogVerbosity
/art/build/
H A DAndroid.oat.mk40 # $(1): compiler - optimizing, interpreter or interpreter-access-checks.
55 core_compile_options += --compiler-backend=Optimizing
59 core_compile_options += --compiler-filter=quicken
63 core_compile_options += --compiler-filter=extract --runtime-arg -Xverify:softfail
126 # $(1): compiler - optimizing, interpreter or interpreter-access-checks.
163 core_compile_options += --compiler-backend=Optimizing
164 # With the optimizing compiler, we want to rerun dex2oat whenever there is
169 core_compile_options += --compiler-filter=quicken
173 core_compile_options += --compiler-filter=extract --runtime-arg -Xverify:softfail
229 # $(1): compiler
[all...]
/art/compiler/dex/
H A Ddex_to_dex_compiler.cc52 DexCompiler(art::CompilerDriver& compiler, argument
55 : driver_(compiler),
103 // Filled by the compiler when quickening, in order to encode that information
211 VLOG(compiler) << "Replacing " << Instruction::Name(inst->Opcode())
231 VLOG(compiler) << "Removing " << Instruction::Name(inst->Opcode())
261 VLOG(compiler) << "Quickening " << Instruction::Name(inst->Opcode())
300 VLOG(compiler) << "Quickening " << Instruction::Name(inst->Opcode())
/art/compiler/jit/
H A Djit_compiler.cc48 VLOG(jit) << "loading jit compiler";
52 VLOG(jit) << "Done loading jit compiler";
122 VLOG(compiler) << "JIT compiler option " << option;
126 VLOG(compiler) << "JIT instruction set variant " << str;
134 VLOG(compiler) << "JIT instruction set features " << str;
175 << "Generating debug info only works with one compiler thread";
191 TimingLogger logger("JIT compiler timing logger", true, VLOG_IS_ON(jit));
/art/test/testrunner/
H A Dtestrunner.py41 For eg, for compiler type as optimizing, use --optimizing.
151 VARIANT_TYPE_DICT['compiler'] = {'interp-ac', 'interpreter', 'jit', 'optimizing',
204 # By default we run all 'compiler' variants.
348 for test, target, run, prebuild, compiler, relocate, trace, gc, \
363 test_name += compiler + '-'
375 variant_set = {target, run, prebuild, compiler, relocate, trace, gc, jni,
393 if compiler == 'optimizing':
395 elif compiler == 'regalloc_gc':
397 elif compiler == 'interpreter':
399 elif compiler
[all...]
/art/compiler/
H A Doat_writer.h88 // VmapTable one variable sized VmapTable blob (quick compiler only).
93 // MappingTable one variable sized blob with MappingTable (quick compiler only).
163 // and the compiler will just re-use the existing vdex file.
177 void Initialize(const CompilerDriver* compiler, argument
180 compiler_driver_ = compiler;
269 // and the compiler will just re-use the existing vdex file.
391 // Fake OatDexFiles to hold type lookup tables for the compiler.
/art/test/
H A DAndroid.run-test.mk86 # specific version depending on the compiler.
175 $(foreach compiler, $(COMPILER_TYPES), \
177 $(call core-image-dependencies,$(target),$(image),$(compiler),$(address_size)))))))
/art/cmdline/
H A Dcmdline_parser_test.cc243 "class,compiler,gc,heap,jdwp,jni,monitor,profiler,signals,simulator,startup,"
248 log_verbosity.compiler = true;
267 "class,compiler,gc,heap,jdwp,jni,monitor";
271 log_verbosity.compiler = true;
/art/dex2oat/
H A Ddex2oat.cc51 #include "compiler.h"
115 // Do a pre-pass to look for zip-fd and the compiler filter.
122 if (android::base::StartsWith(original_argv[i], "--compiler-filter=")) {
168 command.push_back("--compiler-filter=" +
273 UsageError(" --compiler-backend=(Quick|Optimizing): select compiler backend");
275 UsageError(" Example: --compiler-backend=Optimizing");
278 UsageError(" --compiler-filter="
289 UsageError(" select compiler filter.");
290 UsageError(" Example: --compiler
[all...]
/art/compiler/driver/
H A Dcompiler_driver.cc41 #include "compiler.h"
400 VLOG(compiler) << "Before precompile " << GetMemoryUsageString(false);
502 // GetQuickGenericJniStub allowing down calls that aren't compiled using a JNI compiler?
617 // NOTE: if compiler declines to compile this method, it will return null.
697 // Can we run DEX-to-DEX compiler on this class ?
928 VLOG(compiler) << "LoadImageClasses: " << GetMemoryUsageString(false);
933 VLOG(compiler) << "Resolve: " << GetMemoryUsageString(false);
937 VLOG(compiler) << "Verify none mode specified, skipping verification.";
948 VLOG(compiler) << "Resolve const-strings: " << GetMemoryUsageString(false);
952 VLOG(compiler) << "Verif
1530 ParallelCompilationManager(ClassLinker* class_linker, jobject class_loader, CompilerDriver* compiler, const DexFile* dex_file, const std::vector<const DexFile*>& dex_files, ThreadPool* thread_pool) argument
[all...]
/art/runtime/
H A Dparsed_options_test.cc95 EXPECT_FALSE(VLOG_IS_ON(compiler));

Completed in 785 milliseconds

12