Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.h170 void GetProfiledMethods(const std::set<std::string>& dex_base_locations,
Dprofile_saver.cc292 jit_code_cache_->GetProfiledMethods(locations, methods); in ProcessProfilingInfo()
Djit_code_cache.cc890 void JitCodeCache::GetProfiledMethods(const std::set<std::string>& dex_base_locations, in GetProfiledMethods() function in art::jit::JitCodeCache