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

  /art/runtime/
dexopt_test.h 44 void GenerateOatForTest(const std::string& dex_location,
63 void GenerateOatForTest(const char* dex_location,
70 void GenerateOatForTest(const char* dex_location, CompilerFilter::Filter filter);
dexopt_test.cc 47 void DexoptTest::GenerateOatForTest(const std::string& dex_location,
148 GenerateOatForTest(dex_location,
159 GenerateOatForTest(dex_location,
167 void DexoptTest::GenerateOatForTest(const char* dex_location,
176 GenerateOatForTest(dex_location,
184 void DexoptTest::GenerateOatForTest(const char* dex_location, CompilerFilter::Filter filter) {
185 GenerateOatForTest(dex_location,
oat_file_assistant_test.cc 192 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed);
233 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed);
327 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed);
355 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeedProfile);
388 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed);
420 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed);
443 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed);
511 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed);
585 GenerateOatForTest(dex_location.c_str(),
622 GenerateOatForTest(dex_location.c_str()
    [all...]
  /art/dexoptanalyzer/
dexoptanalyzer_test.cc 101 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed);
113 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeedProfile);
125 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed);
136 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed);
154 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed);
167 GenerateOatForTest(dex_location.c_str(),
186 GenerateOatForTest(dex_location.c_str(),
229 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed);

Completed in 92 milliseconds