Home
last modified time | relevance | path

Searched refs:use_fd (Results 1 – 3 of 3) sorted by relevance

/art/dex2oat/
Ddex2oat_test.cc75 bool use_fd = false) { argument
82 if (use_fd) {
113 bool use_fd = false, argument
120 use_fd,
134 bool use_fd, in GenerateOdexForTest() argument
155 use_fd); in GenerateOdexForTest()
227 void RunTest(bool use_fd, bool expect_use, const std::vector<std::string>& extra_args = {}) { in RunTest() argument
236 if (use_fd) {
637 bool use_fd, in CompileProfileOdex() argument
655 if (use_fd) {
[all …]
/art/runtime/
Doat_file_assistant.h326 bool use_fd,
Doat_file_assistant.cc962 bool use_fd, in Reset() argument
968 use_fd_ = use_fd; in Reset()