Searched refs:profile_key (Results 1 - 2 of 2) sorted by relevance

/art/runtime/jit/
H A Doffline_profiling_info.cc645 const std::string& profile_key = pair.first; local
648 DexCacheResolvedClasses classes(profile_key, profile_key, data.checksum);
/art/runtime/
H A Dclass_linker.cc8362 const std::string& profile_key = info.GetDexLocation(); local
8363 auto found = location_to_dex_file.find(profile_key);
8380 VLOG(class_linker) << "Failed to find opened dex file for profile key " << profile_key;

Completed in 191 milliseconds