Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dobject.cc77 void Object::CopyRawObjectData(uint8_t* dst_bytes, in CopyRawObjectData() function in art::mirror::Object
120 CopyRawObjectData(reinterpret_cast<uint8_t*>(dest.Ptr()), src, num_bytes - sizeof(Object)); in CopyObject()
Dobject.h687 static void CopyRawObjectData(uint8_t* dst_bytes,
/art/runtime/
Druntime_image.cc1660 mirror::Object::CopyRawObjectData( in CopyObject()