Home
last modified time | relevance | path

Searched refs:GuardedCopy (Results 1 – 1 of 1) sorted by relevance

/art/runtime/jni/
Dcheck_jni.cc1544 class GuardedCopy { class
1560 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::GuardedCopy
1676 static GuardedCopy* FromEmbedded(void* embedded_buf) { in FromEmbedded()
1677 return reinterpret_cast<GuardedCopy*>( in FromEmbedded()
[all …]