Lines Matching full:off8
3017 uintptr_t off8 = off & ~7;
3018 Printf("CacheLine %p, off=%ld off8=%ld gr=%d "
3020 tag(), off, off8,
3022 has_shadow_value_.Get(off8 + 0),
3023 has_shadow_value_.Get(off8 + 1),
3024 has_shadow_value_.Get(off8 + 2),
3025 has_shadow_value_.Get(off8 + 3),
3026 has_shadow_value_.Get(off8 + 4),
3027 has_shadow_value_.Get(off8 + 5),
3028 has_shadow_value_.Get(off8 + 6),
3029 has_shadow_value_.Get(off8 + 7),