Home
last modified time | relevance | path

Searched defs:_jCC (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/main/callgrind/
Dglobal.h257 struct _jCC { struct
258 Int jmpkind; /* JmpCall, JmpBoring, JmpCond */
259 jCC* next_hash; /* for hash entry chain */
260 jCC* next_from; /* next JCC from a BBCC */
261 BBCC *from, *to; /* call arc from/to this BBCC */
262 UInt jmp; /* jump no. in source */
264 ULong call_counter; /* no wraparound with 64 bit */
266 FullCost cost; /* simulator + user counters */