Searched defs:GenerateOdexForTest (Results 1 - 2 of 2) sorted by relevance

/art/dex2oat/
H A Ddex2oat_test.cc47 void GenerateOdexForTest(const std::string& dex_location, function in class:art::Dex2oatTest
211 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed, copy);
306 GenerateOdexForTest(dex_location, odex_location, filter, copy);
/art/runtime/
H A Doat_file_assistant_test.cc83 void GenerateOdexForTest(const std::string& dex_location, function in class:art::OatFileAssistantTest
145 GenerateOdexForTest(dex_location, odex_location, filter, true, false);
153 GenerateOdexForTest(dex_location, odex_location, filter, false, false);
485 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed);
518 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed);
576 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed);
686 GenerateOdexForTest(dex_location, oat_location, CompilerFilter::kSpeed);
778 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kSpeed);
846 GenerateOdexForTest(dex_location, odex_location, CompilerFilter::kVerifyAtRuntime);
1167 GenerateOdexForTest(dex_locatio
[all...]

Completed in 57 milliseconds