Searched refs:tb_jmp_offset (Results 1 - 4 of 4) sorted by relevance

/vbox/src/recompiler/
H A Dtranslate-all.c96 s->tb_jmp_offset = tb->tb_jmp_offset;
99 s->tb_jmp_offset = NULL;
165 s->tb_jmp_offset = tb->tb_jmp_offset;
168 s->tb_jmp_offset = NULL;
H A Dexec-all.h179 uint16_t tb_jmp_offset[2]; /* offset of jump instruction */ member in struct:TranslationBlock
266 offset = tb->tb_jmp_offset[n];
/vbox/src/recompiler/tcg/
H A Dtcg.h286 uint16_t *tb_jmp_offset; /* != NULL if USE_DIRECT_JUMP */ member in struct:TCGContext
/vbox/src/recompiler/tcg/i386/
H A Dtcg-target.c1675 if (s->tb_jmp_offset) {
1678 s->tb_jmp_offset[args[0]] = s->code_ptr - s->code_buf;

Completed in 215 milliseconds