Home
last modified time | relevance | path

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

/art/runtime/
Dcheck_jni.cc1427 jarray java_array ATTRIBUTE_UNUSED, void* embedded_buf, in ReleaseGuardedPACopy() argument
1430 if (!GuardedCopy::Check(function_name, embedded_buf, true)) { in ReleaseGuardedPACopy()
1433 GuardedCopy* const copy = FromEmbedded(embedded_buf); in ReleaseGuardedPACopy()
1436 memcpy(original_ptr, embedded_buf, copy->original_length_); in ReleaseGuardedPACopy()
1439 Destroy(embedded_buf); in ReleaseGuardedPACopy()
1448 static void* Destroy(void* embedded_buf) { in Destroy() argument
1449 GuardedCopy* copy = FromEmbedded(embedded_buf); in Destroy()
1462 static bool Check(const char* function_name, const void* embedded_buf, bool mod_okay) { in Check() argument
1463 const GuardedCopy* copy = FromEmbedded(embedded_buf); in Check()
1491 static GuardedCopy* FromEmbedded(void* embedded_buf) { in FromEmbedded() argument
[all …]