Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DDexFile.cpp37 std::map<DexFile::MappedFileKey, std::weak_ptr<DexFile::DexFileApi>> DexFile::g_mapped_dex_files; member in unwindstack::DexFile
63 std::weak_ptr<DexFileApi>& cache_entry = g_mapped_dex_files[cache_key]; in CreateFromDisk()
DDexFile.h77 static std::map<MappedFileKey, std::weak_ptr<DexFileApi>> g_mapped_dex_files; variable