Searched refs:tb_set_jmp_target (Results 1 - 3 of 3) sorted by relevance

/vbox/src/recompiler/
H A Dexec-all.h261 static inline void tb_set_jmp_target(TranslationBlock *tb, function
273 static inline void tb_set_jmp_target(TranslationBlock *tb, function
287 tb_set_jmp_target(tb, n, (uintptr_t)tb_next->tc_ptr);
H A Dexec.c918 tb_set_jmp_target(tb, n, (uintptr_t)(tb->tc_ptr + tb->tb_next_offset[n]));
/vbox/src/recompiler/target-i386/
H A Dop_helper.c5982 tb_set_jmp_target(tb, n, (uintptr_t)(tb->tc_ptr + tb->tb_next_offset[n]));

Completed in 245 milliseconds