Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DJITDebugReader.h228 std::unordered_map<std::string, DescriptorsLocation> descriptors_location_cache_; variable
DJITDebugReader.cpp484 auto it = descriptors_location_cache_.find(art_lib_path); in GetDescriptorsLocation()
485 if (it != descriptors_location_cache_.end()) { in GetDescriptorsLocation()
488 DescriptorsLocation& location = descriptors_location_cache_[art_lib_path]; in GetDescriptorsLocation()