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