Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.h328 void GetProfiledMethods(const std::set<std::string>& dex_base_locations,
Dprofile_saver.cc866 jit_code_cache_->GetProfiledMethods(locations, profile_methods); in ProcessProfilingInfo()
Djit_code_cache.cc1486 void JitCodeCache::GetProfiledMethods(const std::set<std::string>& dex_base_locations, in GetProfiledMethods() function in art::jit::JitCodeCache
/art/test/common/
Druntime_state.cc383 code_cache->GetProfiledMethods(unused_locations, unused_vector); in Java_Main_fetchProfiles()