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

/art/runtime/jit/
H A Dprofile_saver.cc52 jit::JitCodeCache* jit_code_cache,
56 : jit_code_cache_(jit_code_cache),
389 jit::JitCodeCache* jit_code_cache,
395 DCHECK(jit_code_cache != nullptr);
411 // If we already have an instance, make sure it uses the same jit_code_cache.
414 DCHECK_EQ(instance_->jit_code_cache_, jit_code_cache);
424 jit_code_cache,
51 ProfileSaver(const std::string& output_filename, jit::JitCodeCache* jit_code_cache, const std::vector<std::string>& code_paths, const std::string& foreign_dex_profile_path, const std::string& app_data_dir) argument
388 Start(const std::string& output_filename, jit::JitCodeCache* jit_code_cache, const std::vector<std::string>& code_paths, const std::string& foreign_dex_profile_path, const std::string& app_data_dir) argument

Completed in 26 milliseconds