Home
last modified time | relevance | path

Searched refs:Jump (Results 1 – 3 of 3) sorted by relevance

/frameworks/libs/binary_translation/assembler/include/berberis/assembler/
Dcommon.h108 jumps_.push_back(Jump{recovery_label, pc(), true}); in SetRecoveryPoint()
123 struct Jump { struct
134 using JumpList = ArenaVector<Jump>; argument
Dcommon_x86.h725 jumps_.push_back(Jump{&label, pc() - 4, false}); in Call()
746 jumps_.push_back(Jump{&label, pc() - 4, false}); in Jcc()
760 jumps_.push_back(Jump{&label, pc() - 4, false}); in Jmp()
Dx86_64.h445 jumps_.push_back(Jump{&label, pc(), false}); in EmitRipOp()