Searched refs:swap_fd (Results 1 – 4 of 4) sorted by relevance
147 CompiledMethodStorage::CompiledMethodStorage(int swap_fd) in CompiledMethodStorage() argument148 : swap_space_(swap_fd == -1 ? nullptr : new SwapSpace(swap_fd, 10 * MB)), in CompiledMethodStorage()
38 explicit CompiledMethodStorage(int swap_fd);
92 int swap_fd);
259 int swap_fd) in CompilerDriver() argument267 compiled_method_storage_(swap_fd), in CompilerDriver()