Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofiling_info_test.cc161 SafeMap<DexFile*, uint8_t> dex_map; // dex files to profile index in ConvertProfileMethodInfo() local
170 uint8_t dex_profile_index = dex_map.FindOrAdd(const_cast<DexFile*>(class_ref.dex_file), in ConvertProfileMethodInfo()
171 static_cast<uint8_t>(dex_map.size()))->second; in ConvertProfileMethodInfo()