HomeSort by relevance Sort by last modified time
    Searched defs:jCC (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/callgrind/
global.h 44 /* Set to 1 if you want full sanity checks for JCC */
217 typedef struct _jCC jCC;
240 jk_CondJump /* conditional jump taken (only used as jCC type) */
247 * Each BB has at most one CALL instruction. The list of JCC from
249 * <next_from> in the JCC struct.
252 * the (from_bbcc,to) pair. <next_hash> is used for the JCC chain
266 jCC* next_hash; /* for hash entry chain */
267 jCC* next_from; /* next JCC from a BBCC */
375 jCC* jcc_list; /* JCCs used for this exit *
491 jCC* jcc; \/* jCC for this call *\/ member in struct:_call_entry
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
X86Assembler.h     [all...]

Completed in 295 milliseconds