Home | History | Annotate | Download | only in dex2oat

Lines Matching refs:compiler_options

46 #include "driver/compiler_options.h"
246 const CompilerOptions& compiler_options,
256 std::unique_ptr<Dex2Oat> dex2oat(new Dex2Oat(&compiler_options,
508 explicit Dex2Oat(const CompilerOptions* compiler_options,
515 : compiler_options_(compiler_options),
524 CHECK(compiler_options != nullptr);
1261 std::unique_ptr<CompilerOptions> compiler_options(new CompilerOptions(compiler_filter,
1276 , compiler_options.sea_ir_ =
1350 compiler_options.get()));
1366 *compiler_options,
1508 if (!image && compiler_options->IsCompilationEnabled()) {
1515 if (num_methods <= compiler_options->GetNumDexMethodsThreshold()) {
1516 compiler_options->SetCompilerFilter(CompilerOptions::kSpeed);
1677 if (!compiler_options->GetIncludeDebugSymbols()) {