Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiled_method_storage.cc164 CompiledMethodStorage::CompiledMethodStorage(int swap_fd) in CompiledMethodStorage() argument
165 : swap_space_(swap_fd == -1 ? nullptr : new SwapSpace(swap_fd, 10 * MB)), in CompiledMethodStorage()
Dcompiled_method_storage.h37 explicit CompiledMethodStorage(int swap_fd);
Dcompiler_driver.h106 int swap_fd,
Dcompiler_driver.cc270 int swap_fd, in CompilerDriver() argument
290 compiled_method_storage_(swap_fd), in CompilerDriver()