Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_test.cc71 bool use_fd = false) { argument
78 if (use_fd) {
105 bool use_fd = false) { argument
111 use_fd,
124 bool use_fd, in GenerateOdexForTest() argument
132 use_fd); in GenerateOdexForTest()
283 void RunTest(bool use_fd, bool expect_use, const std::vector<std::string>& extra_args = {}) { in RunTest() argument
292 if (use_fd) {
686 bool use_fd, in CompileProfileOdex() argument
707 if (use_fd) {
[all …]
/art/runtime/
Doat_file_assistant.h382 bool use_fd,
Doat_file_assistant.cc1247 bool use_fd, in Reset() argument
1253 use_fd_ = use_fd; in Reset()