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