Lines Matching refs:searched
1012 // 1. Leak check mode (searched == 0).
1033 // 2. Search ptr mode (searched != 0).
1037 // to searched and outputs the places where searched is found.
1042 Addr searched, SizeT szB)
1133 if (UNLIKELY(searched)) {
1134 if (addr >= searched && addr < searched + szB) {
1135 if (addr == searched) {
1136 VG_(umsg)("*%#lx points at %#lx\n", ptr, searched);
1143 ptr, (long unsigned) addr - searched, searched);
1189 /*searched*/ 0, 0);
1701 // If searched = 0, scan memory root set, pushing onto the mark stack the blocks
1703 // Otherwise (searched != 0), scan the memory root set searching for ptr
1704 // pointing inside [searched, searched+szB[.
1705 static void scan_memory_root_set(Addr searched, SizeT szB)
1755 searched, szB);
1907 scan_memory_root_set(/*searched*/0, 0);