Home
last modified time | relevance | path

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

/aosp12/art/runtime/jit/
H A Dprofiling_info_test.cc104 /*out*/ SafeMap<ArtMethod*, ProfileMethodInfo>* profile_methods_map) { in SaveProfilingInfoWithFakeInlineCaches() argument
141 profile_methods_map->Put(method, pmi); in SaveProfilingInfoWithFakeInlineCaches()
242 SafeMap<ArtMethod*, ProfileMethodInfo> profile_methods_map; in TEST_F() local
247 &profile_methods_map)); in TEST_F()
260 const ProfileMethodInfo& pmi = profile_methods_map.find(m)->second; in TEST_F()