Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info_test.cc118 /*out*/ SafeMap<ArtMethod*, ProfileMethodInfo>* profile_methods_map) { in SaveProfilingInfoWithFakeInlineCaches() argument
153 profile_methods_map->Put(method, pmi); in SaveProfilingInfoWithFakeInlineCaches()
648 SafeMap<ArtMethod*, ProfileMethodInfo> profile_methods_map; in TEST_F() local
650 profile.GetFilename(), main_methods, &profile_methods_map)); in TEST_F()
660 const ProfileMethodInfo& pmi = profile_methods_map.find(m)->second; in TEST_F()