Home | History | Annotate | Download | only in coregrind

Lines Matching defs:firstW

810       Word firstW = -1, lastW = -1;
812 host_extents, &key, &firstW, &lastW,
814 vg_assert(firstW == lastW); // always true, even if not found
816 HostExtent* hx = VG_(indexXA)(host_extents, firstW);