Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/assembler/
Dmachine_code_test.cc50 TEST(MachineCodeTest, RelocRecoveryPoint) { in TEST() argument
58 mc.AddRelocation(0, RelocationType::RelocRecoveryPoint, 1, 3); in TEST()
Dmachine_code.cc82 case RelocationType::RelocRecoveryPoint: { in PerformRelocations()
/frameworks/libs/binary_translation/assembler/include/berberis/assembler/
Dmachine_code.h51 RelocRecoveryPoint, enumerator
Dx86_32_and_x86_64.h919 AddRelocation(0, RelocationType::RelocRecoveryPoint, pc, label->position()); in ResolveJumps()