Searched refs:bb_hash_idx (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/main/callgrind/ |
D | bb.c | 60 UInt bb_hash_idx(obj_node* obj, PtrdiffT offset, UInt size) in bb_hash_idx() function 89 new_idx = bb_hash_idx(curr->obj, curr->offset, new_size); in resize_bb_table() 154 idx = bb_hash_idx(obj, offset, bbs.size); in new_bb() 184 idx = bb_hash_idx(obj, offset, bbs.size); in lookup_bb() 297 idx = bb_hash_idx(obj, offset, bbs.size); in CLG_()
|