Searched refs:XT_n_ips_sel (Results 1 – 3 of 3) sorted by relevance
163 extern UInt VG_(XT_n_ips_sel)(XTree* xt, Xecu xecu);
1138 if (VG_(XT_n_ips_sel)(heap_xt, hc->where) > 0) { in record_block()1201 if (VG_(XT_n_ips_sel)(heap_xt, hc->where) > 0) { in unrecord_block()1266 if (VG_(XT_n_ips_sel)(heap_xt, hc->where) > 0) { in realloc_block()1314 if (!is_ignored && VG_(XT_n_ips_sel)(heap_xt, hc->where) > 0) { in realloc_block()1325 if (VG_(XT_n_ips_sel)(heap_xt, hc->where) > 0 in realloc_block()1326 && VG_(XT_n_ips_sel)(heap_xt, old_where) == 0) in realloc_block()
363 UInt VG_(XT_n_ips_sel) (XTree* xt, Xecu xecu) in VG_() argument