HomeSort by relevance Sort by last modified time
    Searched full:shadowv (Results 1 - 1 of 1) sorted by null

  /external/valgrind/main/memcheck/
mc_translate.c 142 When .kind is Orig, .shadowV and .shadowB may give the identities
143 of the temps currently holding the associated definedness (shadowV)
148 and so .shadowV and .shadowB must be IRTemp_INVALID, since it is
158 IRTemp shadowV;
237 ent.shadowV = IRTemp_INVALID;
254 if (ent->shadowV == IRTemp_INVALID) {
261 tl_assert(ent->shadowV == IRTemp_INVALID);
262 ent->shadowV = tmpV;
264 return ent->shadowV;
291 ent->shadowV = tmpV
    [all...]

Completed in 268 milliseconds