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

/external/valgrind/tsan/
H A Dts_offline.cc53 static map<uintptr_t, PcInfo> *g_pc_info_map; variable
123 CHECK(g_pc_info_map);
129 (*g_pc_info_map)[pc] = pc_info;
245 CHECK(g_pc_info_map);
251 (*g_pc_info_map)[pc] = pc_info;
326 if (g_pc_info_map->count(pc) == 0) {
333 PcInfo &info = (*g_pc_info_map)[pc];
353 g_pc_info_map = new map<uintptr_t, PcInfo>;

Completed in 68 milliseconds