Home
last modified time | relevance | path

Searched refs:RegisterAppInfo (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Druntime.h452 void RegisterAppInfo(const std::vector<std::string>& code_paths,
Druntime.cc2066 void Runtime::RegisterAppInfo(const std::vector<std::string>& code_paths, in RegisterAppInfo() function in art::Runtime
2268 RegisterAppInfo(dex_filenames, jit_options_->GetProfileSaverOptions().GetProfilePath()); in CreateJit()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc601 Runtime::Current()->RegisterAppInfo(code_paths_vec, profile_file_str); in VMRuntime_registerAppInfo()