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

/art/runtime/
H A Dcheck_jni.cc1519 memcpy(const_cast<uint8_t*>(copy->BufferWithinRedZones()), original_buf, len);
1531 return const_cast<uint8_t*>(copy->BufferWithinRedZones());
1658 adler32(adler32(0L, Z_NULL, 0), BufferWithinRedZones(), original_length_);
1708 const uint8_t* BufferWithinRedZones() const { function in class:art::__anon84::GuardedCopy

Completed in 62 milliseconds