Home
last modified time | relevance | path

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

/art/runtime/
Dcheck_jni.cc1389 memcpy(const_cast<uint8_t*>(copy->BufferWithinRedZones()), original_buf, len); in Create()
1401 return const_cast<uint8_t*>(copy->BufferWithinRedZones()); in Create()
1528 adler32(adler32(0L, Z_NULL, 0), BufferWithinRedZones(), original_length_); in CheckHeader()
1578 const uint8_t* BufferWithinRedZones() const { in BufferWithinRedZones() function in art::GuardedCopy