Searched refs:swap_fd (Results 1 – 4 of 4) sorted by relevance
171 CompiledMethodStorage::CompiledMethodStorage(int swap_fd) in CompiledMethodStorage() argument172 : swap_space_(swap_fd == -1 ? nullptr : new SwapSpace(swap_fd, 10 * MB)), in CompiledMethodStorage()
36 explicit CompiledMethodStorage(int swap_fd);
104 int swap_fd,
372 int swap_fd, in CompilerDriver() argument400 compiled_method_storage_(swap_fd), in CompilerDriver()