Home
last modified time | relevance | path

Searched refs:instr_info_table (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/exp-bbv/
Dbbv_main.c70 static OSet* instr_info_table; /* table that holds the basic block info */ variable
117 VG_(OSetGen_ResetIter)(instr_info_table); in dumpPcFile()
118 while ( (bb_elem = VG_(OSetGen_Next)(instr_info_table)) ) { in dumpPcFile()
170 VG_(OSetGen_ResetIter)(instr_info_table); in handle_overflow()
171 while ( (bb_elem = VG_(OSetGen_Next)(instr_info_table)) ) { in handle_overflow()
375 bbInfo = VG_(OSetGen_Lookup)(instr_info_table, &origAddr); in bbv_instrument()
383 bbInfo=VG_(OSetGen_AllocNode)(instr_info_table, sizeof(struct BB_info)); in bbv_instrument()
399 VG_(OSetGen_Insert)( instr_info_table, bbInfo ); in bbv_instrument()
481 VG_(OSetGen_ResetIter)(instr_info_table); in allocate_new_thread()
482 while ( (bb_elem = VG_(OSetGen_Next)(instr_info_table)) ) { in allocate_new_thread()
[all …]