Lines Matching full:accesses
63 // If true, ignore all accesses in all threads.
2886 // Ditto to aligned 4- and 2-byte accesses.
2893 // 0000000000000000 -- no accesses were observed to these 8 bytes.
2894 // 0000000000000001 -- all accesses were 8 bytes (aligned).
2895 // 0000000000000110 -- all accesses were 4 bytes (aligned).
2896 // 0000000001111000 -- all accesses were 2 bytes (aligned).
2897 // 0111111110000000 -- all accesses were 1 byte.
7149 // Handle this access as a series of 1-byte accesses, but only
7471 // We simulate 4- or 8-byte accesses to make analysis faster.
8318 Report("INFO: ignoring all accesses below the function '%s' (%p)\n",
8504 // - Implement correct handling of memory accesses with different sizes.