Searched defs:shadowB (Results 1 - 1 of 1) sorted by last modified time

/external/valgrind/main/memcheck/
H A Dmc_translate.c148 When .kind is Orig, .shadowV and .shadowB may give the identities
150 and origin (shadowB) values, or these may be IRTemp_INVALID if code
154 and so .shadowV and .shadowB must be IRTemp_INVALID, since it is
165 IRTemp shadowB; member in struct:__anon33043
250 ent.shadowB = IRTemp_INVALID;
6029 ent.shadowB = IRTemp_INVALID;
6431 if (ent->shadowB == IRTemp_INVALID) {
6438 tl_assert(ent->shadowB == IRTemp_INVALID);
6439 ent->shadowB = tmpB;
6441 return ent->shadowB;
[all...]

Completed in 117 milliseconds