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.cc65 case RelocationType::RelocRecoveryPoint: { in PerformRelocations()
/frameworks/libs/binary_translation/assembler/include/berberis/assembler/
Dmachine_code.h40 RelocRecoveryPoint, enumerator
Dcommon_x86.h772 AddRelocation(0, RelocationType::RelocRecoveryPoint, pc, label->position()); in ResolveJumps()