Home
last modified time | relevance | path

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

/art/runtime/
Dcheck_jni.cc1185 class GuardedCopy { class
1201 GuardedCopy* copy = new (new_buf) GuardedCopy(original_buf, len, adler); in Create()
1204 const size_t kStartCanaryLength = (GuardedCopy::kRedZoneSize / 2) - sizeof(GuardedCopy); in Create()
1252 if (!GuardedCopy::Check(function_name, embedded_buf, true)) { in ReleaseGuardedPACopy()
1255 GuardedCopy* const copy = FromEmbedded(embedded_buf); in ReleaseGuardedPACopy()
1271 GuardedCopy* copy = FromEmbedded(embedded_buf); in Destroy()
1285 const GuardedCopy* copy = FromEmbedded(embedded_buf); in Check()
1290 GuardedCopy(void* original_buf, size_t len, uLong adler) : in GuardedCopy() function in art::GuardedCopy
1313 static GuardedCopy* FromEmbedded(void* embedded_buf) { in FromEmbedded()
1314 return reinterpret_cast<GuardedCopy*>( in FromEmbedded()
[all …]