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

  /frameworks/native/cmds/installd/
otapreopt_parameters.h 42 const char* compiler_filter; member in class:android::installd::OTAPreoptParameters
otapreopt_parameters.cpp 213 compiler_filter = param;
320 compiler_filter = param;
dexopt.h 106 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter,
dexopt.cpp 230 const char* instruction_set, const char* compiler_filter,
388 } else if (compiler_filter != nullptr) {
389 if (strlen(compiler_filter) + strlen("--compiler-filter=") <
391 sprintf(dex2oat_compiler_filter_arg, "--compiler-filter=%s", compiler_filter);
395 compiler_filter,
    [all...]
otapreopt.cpp 582 parameters_.compiler_filter,
    [all...]
InstalldNativeService.cpp 1968 const char* compiler_filter = compilerFilter.c_str(); local
    [all...]
  /art/dexoptanalyzer/
dexoptanalyzer_test.cc 20 #include "compiler_filter.h"
38 CompilerFilter::Filter compiler_filter,
45 argv_str.push_back("--compiler-filter=" + CompilerFilter::NameOfFilter(compiler_filter));
73 CompilerFilter::Filter compiler_filter,
76 int dexoptanalyzerResult = Analyze(dex_file, compiler_filter, assume_profile_changed);
80 compiler_filter, assume_profile_changed, downgrade);
  /art/compiler/optimizing/
builder.cc 83 CompilerFilter::Filter compiler_filter = compiler_options.GetCompilerFilter(); local
84 if (compiler_filter == CompilerFilter::kEverything) {
  /art/compiler/driver/
compiler_options_map-inl.h 37 CompilerFilter::Filter compiler_filter; local
39 &compiler_filter)) {
44 options->SetCompilerFilter(compiler_filter);
compiler_options.h 26 #include "compiler_filter.h"
59 void SetCompilerFilter(CompilerFilter::Filter compiler_filter) {
60 compiler_filter_ = compiler_filter;
  /frameworks/native/cmds/installd/tests/
installd_dexopt_test.cpp 260 std::string compiler_filter = "speed-profile"; local
276 compiler_filter,
336 void CompilePrimaryDexOk(std::string compiler_filter,
344 CompilePrimaryDex(compiler_filter,
355 void CompilePrimaryDexFail(std::string compiler_filter,
363 CompilePrimaryDex(compiler_filter,
374 void CompilePrimaryDex(std::string compiler_filter,
411 compiler_filter,
440 if (compiler_filter == "speed-profile") {
    [all...]
installd_otapreopt_test.cpp 66 ASSERT_STREQ(params.compiler_filter, args[i++]);
  /art/runtime/native/
dalvik_system_DexFile.cc 31 #include "compiler_filter.h"
555 // The array specification is [compiler_filter, compiler_reason].
663 ScopedUtfChars compiler_filter(env, javaCompilerFilter);
669 return CompilerFilter::ParseCompilerFilter(compiler_filter.c_str(), &filter)
676 ScopedUtfChars compiler_filter(env, javaCompilerFilter);
682 if (!CompilerFilter::ParseCompilerFilter(compiler_filter.c_str(), &filter)) {
691 ScopedUtfChars compiler_filter(env, javaCompilerFilter);
697 if (!CompilerFilter::ParseCompilerFilter(compiler_filter.c_str(), &filter)) {
716 ScopedUtfChars compiler_filter(env, javaCompilerFilter);
722 if (!CompilerFilter::ParseCompilerFilter(compiler_filter.c_str(), &filter))
    [all...]

Completed in 408 milliseconds