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 134 When .kind is Orig, .shadowV and .shadowB may give the identities
135 of the temps currently holding the associated definedness (shadowV)
140 and so .shadowV and .shadowB must be IRTemp_INVALID, since it is
150 IRTemp shadowV;
229 ent.shadowV = IRTemp_INVALID;
246 if (ent->shadowV == IRTemp_INVALID) {
253 tl_assert(ent->shadowV == IRTemp_INVALID);
254 ent->shadowV = tmpV;
256 return ent->shadowV;
283 ent->shadowV = tmpV
    [all...]

Completed in 32 milliseconds