Home
last modified time | relevance | path

Searched refs:RecoveryMap (Results 1 – 6 of 6) sorted by relevance

/frameworks/libs/binary_translation/assembler/include/berberis/assembler/
Dmachine_code.h43 using RecoveryMap = ForeverMap<uintptr_t, uintptr_t>; variable
92 void Install(ExecRegionType* exec, const uint8_t* code, RecoveryMap* recovery_map) { in Install()
98 void InstallUnsafe(uint8_t* code, RecoveryMap* recovery_map) { in InstallUnsafe()
120 void PerformRelocations(const uint8_t* code, RecoveryMap* recovery_map);
/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()
55 RecoveryMap recovery_map_;
/frameworks/libs/binary_translation/assembler/
Dmachine_code.cc54 void MachineCode::PerformRelocations(const uint8_t* code, RecoveryMap* recovery_map) { in PerformRelocations()
Dmachine_code_test.cc61 RecoveryMap rec; in TEST()
/frameworks/libs/binary_translation/runtime_primitives/include/berberis/runtime_primitives/
Dcode_pool.h88 RecoveryMap recovery_map_;
/frameworks/libs/binary_translation/backend/x86_64/
Dmachine_ir_exec_test.cc99 const RecoveryMap& recovery_map() const { return exec_.recovery_map(); } in recovery_map()
711 const RecoveryMap* g_recovery_map;