Searched refs:g_mapped_dex_files (Results 1 – 2 of 2) sorted by relevance
37 std::map<DexFile::MappedFileKey, std::weak_ptr<DexFile::DexFileApi>> DexFile::g_mapped_dex_files; member in unwindstack::DexFile63 std::weak_ptr<DexFileApi>& cache_entry = g_mapped_dex_files[cache_key]; in CreateFromDisk()
77 static std::map<MappedFileKey, std::weak_ptr<DexFileApi>> g_mapped_dex_files; variable