Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.h198 void GetProfiledMethods(const std::set<std::string>& dex_base_locations,
Dprofile_saver.cc309 jit_code_cache_->GetProfiledMethods(locations, profile_methods); in ProcessProfilingInfo()
Djit_code_cache.cc1276 void JitCodeCache::GetProfiledMethods(const std::set<std::string>& dex_base_locations, in GetProfiledMethods() function in art::jit::JitCodeCache