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