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