Searched refs:g_recovery_map (Results 1 – 2 of 2) sorted by relevance
33 ForeverMap<uintptr_t, uintptr_t> g_recovery_map; variable38 auto it = g_recovery_map.find(fault_addr); in FindExtraRecoveryCodeUnsafe()39 if (it != g_recovery_map.end()) { in FindExtraRecoveryCodeUnsafe()51 g_recovery_map[pair.first] = pair.second; in InitExtraRecoveryCodeUnsafe()
711 const RecoveryMap* g_recovery_map; variable718 auto it = g_recovery_map->find(rip); in SigsegvHandler()719 ASSERT_TRUE(it != g_recovery_map->end()); in SigsegvHandler()747 g_recovery_map = &test.recovery_map(); in TEST()771 g_recovery_map = &test.recovery_map(); in TEST()