Searched refs:GuardedCopy (Results 1 – 1 of 1) sorted by relevance
1544 class GuardedCopy { class1560 GuardedCopy* copy = new (new_buf) GuardedCopy(original_buf, len, adler); in Create()1563 const size_t kStartCanaryLength = (GuardedCopy::kRedZoneSize / 2) - sizeof(GuardedCopy); in Create()1615 if (!GuardedCopy::Check(function_name, embedded_buf, true)) { in ReleaseGuardedPACopy()1618 GuardedCopy* const copy = FromEmbedded(embedded_buf); in ReleaseGuardedPACopy()1634 GuardedCopy* copy = FromEmbedded(embedded_buf); in Destroy()1648 const GuardedCopy* copy = FromEmbedded(embedded_buf); in Check()1653 GuardedCopy(void* original_buf, size_t len, uLong adler) : in GuardedCopy() function in art::__anon846bc2ca0111::GuardedCopy1676 static GuardedCopy* FromEmbedded(void* embedded_buf) { in FromEmbedded()1677 return reinterpret_cast<GuardedCopy*>( in FromEmbedded()[all …]