Searched defs:GuardedCopy (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dcheck_jni.cc1359 class GuardedCopy { class in namespace:art
1375 GuardedCopy* copy = new (new_buf) GuardedCopy(original_buf, len, adler);
1378 const size_t kStartCanaryLength = (GuardedCopy::kRedZoneSize / 2) - sizeof(GuardedCopy);
1430 if (!GuardedCopy::Check(function_name, embedded_buf, true)) {
1433 GuardedCopy* const copy = FromEmbedded(embedded_buf);
1449 GuardedCopy* copy = FromEmbedded(embedded_buf);
1463 const GuardedCopy* copy = FromEmbedded(embedded_buf);
1468 GuardedCopy(voi function in class:art::GuardedCopy
[all...]

Completed in 236 milliseconds