Searched defs:swap_fd (Results 1 - 2 of 2) sorted by relevance

/art/compiler/driver/
H A Dcompiled_method_storage.cc164 CompiledMethodStorage::CompiledMethodStorage(int swap_fd) argument
165 : swap_space_(swap_fd == -1 ? nullptr : new SwapSpace(swap_fd, 10 * MB)),
H A Dcompiler_driver.cc270 int swap_fd,
290 compiled_method_storage_(swap_fd),
260 CompilerDriver( const CompilerOptions* compiler_options, VerificationResults* verification_results, Compiler::Kind compiler_kind, InstructionSet instruction_set, const InstructionSetFeatures* instruction_set_features, std::unordered_set<std::string>* image_classes, std::unordered_set<std::string>* compiled_classes, std::unordered_set<std::string>* compiled_methods, size_t thread_count, int swap_fd, const ProfileCompilationInfo* profile_compilation_info) argument

Completed in 46 milliseconds