Home
last modified time | relevance | path

Searched refs:GetProfileSaverOptions (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jit/
Djit.h92 const ProfileSaverOptions& GetProfileSaverOptions() const { in GetProfileSaverOptions() function
Djit.cc208 << ", profile_saver_options=" << options->GetProfileSaverOptions(); in Create()
331 ProfileSaver::Start(options_->GetProfileSaverOptions(), filename, code_cache_, code_paths); in StartProfileSaver()