Searched refs:shadowB (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/memcheck/
H A Dmc_translate.c155 When .kind is Orig, .shadowV and .shadowB may give the identities
157 and origin (shadowB) values, or these may be IRTemp_INVALID if code
161 and so .shadowV and .shadowB must be IRTemp_INVALID, since it is
172 IRTemp shadowB; member in struct:__anon16570
257 ent.shadowB = IRTemp_INVALID;
6311 ent.shadowB = IRTemp_INVALID;
6713 if (ent->shadowB == IRTemp_INVALID) {
6720 tl_assert(ent->shadowB == IRTemp_INVALID);
6721 ent->shadowB = tmpB;
6723 return ent->shadowB;
[all...]

Completed in 924 milliseconds