Searched defs:jCC (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/callgrind/
H A Dglobal.h184 typedef struct _jCC jCC; typedef in typeref:struct:_jCC
207 jk_CondJump /* conditional jump taken (only used as jCC type) */
233 jCC* next_hash; /* for hash entry chain */
234 jCC* next_from; /* next JCC from a BBCC */
342 jCC* jcc_list; /* JCCs used for this exit */
375 jCC* lru_from_jcc; /* Temporary: Cached for faster access (LRU) */
376 jCC* lru_to_jcc; /* Temporary: Cached for faster access (LRU) */
457 jCC* jcc; /* jCC for this call */
527 jCC** tabl
[all...]

Completed in 49 milliseconds