Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.h339 EXPORT void GetProfiledMethods(const std::set<std::string>& dex_base_locations,
Dprofile_saver.cc826 jit_code_cache_->GetProfiledMethods( in ProcessProfilingInfo()
Djit_code_cache.cc1435 void JitCodeCache::GetProfiledMethods(const std::set<std::string>& dex_base_locations, in GetProfiledMethods() function in art::jit::JitCodeCache
/art/test/common/
Druntime_state.cc412 code_cache->GetProfiledMethods(unused_locations, unused_vector, /*inline_cache_threshold=*/0); in Java_Main_fetchProfiles()