Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofiling_info_test.cc135 /*out*/ SafeMap<ArtMethod*, ProfileMethodInfo>* profile_methods_map) { in SaveProfilingInfoWithFakeInlineCaches() argument
172 profile_methods_map->Put(method, pmi); in SaveProfilingInfoWithFakeInlineCaches()
301 SafeMap<ArtMethod*, ProfileMethodInfo> profile_methods_map; in TEST_F() local
303 profile.GetFilename(), main_methods, Hotness::kFlagStartup, &profile_methods_map)); in TEST_F()
315 const ProfileMethodInfo& pmi = profile_methods_map.find(m)->second; in TEST_F()