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

/external/valgrind/callgrind/
H A Djumps.c39 void CLG_(init_jcc_hash)(jcc_hash* jccs) argument
43 CLG_ASSERT(jccs != 0);
45 jccs->size = N_JCC_INITIAL_ENTRIES;
46 jccs->entries = 0;
47 jccs->table = (jCC**) CLG_MALLOC("cl.jumps.ijh.1",
48 jccs->size * sizeof(jCC*));
49 jccs->spontaneous = 0;
51 for (i = 0; i < jccs->size; i++)
52 jccs->table[i] = 0;
H A Dglobal.h369 ULong ret_counter; /* how often returned from jccs of this bbcc;
583 jcc_hash jccs; member in struct:_thread_info

Completed in 178 milliseconds