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