Searched refs:EndRedZone (Results 1 – 1 of 1) sorted by relevance
1578 const_cast<char*>(copy->EndRedZone())[i] = kCanary[j]; in Create()1740 if (UNLIKELY(EndRedZone()[i] != kCanary[j])) { in CheckRedZones()1742 &(EndRedZone()[i]) - &(StartRedZone()[kStartCanaryLength]); in CheckRedZones()1769 const char* EndRedZone() const { in EndRedZone() function in art::__anonaa3778310111::GuardedCopy