Searched refs:swap_fd (Results 1 – 4 of 4) sorted by relevance
164 CompiledMethodStorage::CompiledMethodStorage(int swap_fd) in CompiledMethodStorage() argument165 : swap_space_(swap_fd == -1 ? nullptr : new SwapSpace(swap_fd, 10 * MB)), in CompiledMethodStorage()
37 explicit CompiledMethodStorage(int swap_fd);
106 int swap_fd,
270 int swap_fd, in CompilerDriver() argument290 compiled_method_storage_(swap_fd), in CompilerDriver()