Home
last modified time | relevance | path

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

/art/runtime/jni/
Dcheck_jni.cc1562 jarray java_array ATTRIBUTE_UNUSED, void* embedded_buf, in ReleaseGuardedPACopy()
1583 static void* Destroy(void* embedded_buf) { in Destroy()
1597 static bool Check(const char* function_name, const void* embedded_buf, bool mod_okay) { in Check()
1626 static GuardedCopy* FromEmbedded(void* embedded_buf) { in FromEmbedded()
1631 static const GuardedCopy* FromEmbedded(const void* embedded_buf) { in FromEmbedded()
1714 const uint8_t* embedded_buf = reinterpret_cast<const uint8_t*>(this) + (kRedZoneSize / 2); in BufferWithinRedZones() local