Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/runtime_primitives/
Drecovery_code.cc33 ForeverMap<uintptr_t, uintptr_t> g_recovery_map; variable
38 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()
/frameworks/libs/binary_translation/backend/x86_64/
Dmachine_ir_exec_test.cc711 const RecoveryMap* g_recovery_map; variable
718 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()