Searched refs:offs_profInc (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/coregrind/
H A Dpub_core_transtab.h91 Int offs_profInc,
H A Dm_transtab.c1602 Int offs_profInc,
1720 if (offs_profInc != -1) {
1721 vg_assert(offs_profInc >= 0 && offs_profInc < code_len);
1729 dstP + offs_profInc,
1597 add_to_transtab( const VexGuestExtents* vge, Addr entry, Addr code, UInt code_len, Bool is_self_checking, Int offs_profInc, UInt n_guest_instrs ) argument
H A Dm_translate.c1793 tres.offs_profInc,
1796 vg_assert(tres.offs_profInc == -1); /* -1 == unset */
/external/valgrind/VEX/pub/
H A Dlibvex.h584 Int offs_profInc; member in struct:__anon15710
/external/valgrind/VEX/switchback/
H A Dswitchback.c610 assert(tres.offs_profInc == -1);
/external/valgrind/VEX/priv/
H A Dmain_main.c824 res.offs_profInc = -1;
1100 vassert(res.offs_profInc == -1); /* there can be only one (tm) */
1102 res.offs_profInc = out_used;

Completed in 560 milliseconds