Home
last modified time | relevance | path

Searched refs:recovery_map (Results 1 – 4 of 4) sorted by relevance

/frameworks/libs/binary_translation/assembler/include/berberis/assembler/
Dmachine_code.h92 void Install(ExecRegionType* exec, const uint8_t* code, RecoveryMap* recovery_map) { in Install() argument
93 PerformRelocations(code, recovery_map); in Install()
98 void InstallUnsafe(uint8_t* code, RecoveryMap* recovery_map) { in InstallUnsafe() argument
99 PerformRelocations(code, recovery_map); in InstallUnsafe()
120 void PerformRelocations(const uint8_t* code, RecoveryMap* recovery_map);
/frameworks/libs/binary_translation/assembler/
Dmachine_code.cc54 void MachineCode::PerformRelocations(const uint8_t* code, RecoveryMap* recovery_map) { in PerformRelocations() argument
69 (*recovery_map)[fault_addr] = recovery_addr; in PerformRelocations()
/frameworks/libs/binary_translation/test_utils/include/berberis/test_utils/
Dscoped_exec_region.h51 [[nodiscard]] const RecoveryMap& recovery_map() const { return recovery_map_; } in recovery_map() function
/frameworks/libs/binary_translation/backend/x86_64/
Dmachine_ir_exec_test.cc99 const RecoveryMap& recovery_map() const { return exec_.recovery_map(); } in recovery_map() function in berberis::__anon85227b050111::ExecTest
747 g_recovery_map = &test.recovery_map(); in TEST()
771 g_recovery_map = &test.recovery_map(); in TEST()