Searched refs:GenerateOatForTest (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Doat_file_assistant_test.cc216 static void GenerateOatForTest(const char* dex_location, CompilerFilter::Filter filter) { function in namespace:art
301 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed);
331 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeedProfile);
357 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeedProfile);
383 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed);
406 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed);
458 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed);
572 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed);
872 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kSpeed);
891 GenerateOatForTest(dex_locatio
[all...]

Completed in 94 milliseconds