Searched refs:GuardedCopy (Results 1 – 1 of 1) sorted by relevance
1359 class GuardedCopy { class1375 GuardedCopy* copy = new (new_buf) GuardedCopy(original_buf, len, adler); in Create()1378 const size_t kStartCanaryLength = (GuardedCopy::kRedZoneSize / 2) - sizeof(GuardedCopy); in Create()1430 if (!GuardedCopy::Check(function_name, embedded_buf, true)) { in ReleaseGuardedPACopy()1433 GuardedCopy* const copy = FromEmbedded(embedded_buf); in ReleaseGuardedPACopy()1449 GuardedCopy* copy = FromEmbedded(embedded_buf); in Destroy()1463 const GuardedCopy* copy = FromEmbedded(embedded_buf); in Check()1468 GuardedCopy(void* original_buf, size_t len, uLong adler) : in GuardedCopy() function in art::GuardedCopy1491 static GuardedCopy* FromEmbedded(void* embedded_buf) { in FromEmbedded()1492 return reinterpret_cast<GuardedCopy*>( in FromEmbedded()[all …]