Searched refs:MemoryByte (Results 1 – 4 of 4) sorted by relevance
31 const char *MemoryByte() const { return Magenta(); } in MemoryByte() function
146 str->append("%s%s%x%x%s ", before, d.MemoryByte(), byte >> 4, byte & 15, in PrintMemoryByte()
62 in_shadow ? d.ShadowByte(byte) : d.MemoryByte(), byte >> 4, in PrintMemoryByte()
114 const char *MemoryByte() { return Magenta(); } in MemoryByte() function in __asan::Decorator124 in_shadow ? d.ShadowByte(byte) : d.MemoryByte(), in PrintMemoryByte()