Lines Matching full:shadow
356 Shadow LoadShadow(u64 *p) {
358 return Shadow(raw);
373 Shadow cur, Shadow old) {
384 static inline bool OldIsInSameSynchEpoch(Shadow old, ThreadState *thr) {
388 static inline bool HappensBefore(Shadow old, ThreadState *thr) {
395 u64 *shadow_mem, Shadow cur) {
406 // scan all the shadow values and dispatch to 4 categories:
414 Shadow old(0);
503 Printf("Bad shadow addr %p (%zx)\n", shadow_mem, addr);
523 Shadow cur(fast_state);
528 // We must not store to the trace if we do not store to the shadow.
556 // Don't want to touch lots of shadow memory.
602 // Processing more than 1k (4k of shadow) is expensive,
613 Shadow s(thr->fast_state);
624 Shadow s(thr->fast_state);
639 // Shadow stack maintenance can be replaced with