Home
last modified time | relevance | path

Searched refs:swap_fd (Results 1 – 2 of 2) sorted by relevance

/art/compiler/driver/
Dcompiler_driver.h110 CumulativeLogger* timer, int swap_fd,
Dcompiler_driver.cc358 int swap_fd, const std::string& profile_file) in CompilerDriver() argument
359 : swap_space_(swap_fd == -1 ? nullptr : new SwapSpace(swap_fd, 10 * MB)), in CompilerDriver()