Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rbpf/src/
H A Djit.rs28 const TARGET_PC_EXIT: isize = TARGET_OFFSET + 1; constant
914 self.emit_jmp(mem, TARGET_PC_EXIT); in jit_compile()
933 self.set_anchor(mem, TARGET_PC_EXIT); in jit_compile()