Home
last modified time | relevance | path

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

/art/imgdiag/
Dimgdiag.cc174 static ObjPtr<T> FixUpRemotePointer(ObjPtr<T> remote_ptr, in FixUpRemotePointer() argument
178 if (remote_ptr == nullptr) { in FixUpRemotePointer()
182 uintptr_t remote = reinterpret_cast<uintptr_t>(remote_ptr.Ptr()); in FixUpRemotePointer()
196 static ObjPtr<T> RemoteContentsPointerToLocal(ObjPtr<T> remote_ptr, in RemoteContentsPointerToLocal() argument
200 if (remote_ptr == nullptr) { in RemoteContentsPointerToLocal()
204 uint8_t* remote = reinterpret_cast<uint8_t*>(remote_ptr.Ptr()); in RemoteContentsPointerToLocal()
1335 const uint8_t* remote_ptr = &remote_contents[offset]; in ComputeDirtyBytes() local
1337 if (memcmp(local_ptr, remote_ptr, kPageSize) != 0) { in ComputeDirtyBytes()
1342 const uint32_t* remote_ptr_int32 = reinterpret_cast<const uint32_t*>(remote_ptr); in ComputeDirtyBytes()
1364 const uint8_t* remote_ptr = &remote_contents[offset]; in ComputeDirtyBytes() local
[all …]