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