Searched refs:jcc_hash (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/callgrind/
H A Djumps.c37 static jcc_hash current_jccs;
39 void CLG_(init_jcc_hash)(jcc_hash* jccs)
56 void CLG_(copy_current_jcc_hash)(jcc_hash* dst)
66 void CLG_(set_current_jcc_hash)(jcc_hash* h)
H A Dglobal.h524 typedef struct _jcc_hash jcc_hash; typedef in typeref:struct:_jcc_hash
583 jcc_hash jccs;
733 void CLG_(init_jcc_hash)(jcc_hash*);
734 void CLG_(copy_current_jcc_hash)(jcc_hash* dst);
735 void CLG_(set_current_jcc_hash)(jcc_hash*);

Completed in 109 milliseconds