Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DJITDebugReader.h183 struct DescriptorsLocation { struct
195 const DescriptorsLocation* GetDescriptorsLocation(const std::string& art_lib_path, bool is_64bit); argument
228 std::unordered_map<std::string, DescriptorsLocation> descriptors_location_cache_;
DJITDebugReader.cpp463 const DescriptorsLocation* location = GetDescriptorsLocation(art_lib_path, process.is_64bit); in InitializeProcess()
482 const JITDebugReader::DescriptorsLocation* JITDebugReader::GetDescriptorsLocation( in GetDescriptorsLocation()
488 DescriptorsLocation& location = descriptors_location_cache_[art_lib_path]; in GetDescriptorsLocation()