Home
last modified time | relevance | path

Searched defs: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()
98 void InstallUnsafe(uint8_t* code, RecoveryMap* recovery_map) { in InstallUnsafe()
/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/assembler/
Dmachine_code.cc54 void MachineCode::PerformRelocations(const uint8_t* code, RecoveryMap* recovery_map) { in PerformRelocations()
/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::__anon786506190111::ExecTest