Searched refs:remote_ptr (Results 1 – 1 of 1) sorted by relevance
182 static ObjPtr<T> FixUpRemotePointer(ObjPtr<T> remote_ptr, in FixUpRemotePointer() argument186 if (remote_ptr == nullptr) { in FixUpRemotePointer()190 uintptr_t remote = reinterpret_cast<uintptr_t>(remote_ptr.Ptr()); in FixUpRemotePointer()204 static ObjPtr<T> RemoteContentsPointerToLocal(ObjPtr<T> remote_ptr, in RemoteContentsPointerToLocal() argument208 if (remote_ptr == nullptr) { in RemoteContentsPointerToLocal()212 uint8_t* remote = reinterpret_cast<uint8_t*>(remote_ptr.Ptr()); in RemoteContentsPointerToLocal()1437 const uint8_t* remote_ptr = &remote_contents[offset]; in ComputeDirtyBytes() local1439 if (memcmp(zygote_ptr, remote_ptr, MemMap::GetPageSize()) != 0) { in ComputeDirtyBytes()1444 const uint32_t* remote_ptr_int32 = reinterpret_cast<const uint32_t*>(remote_ptr); in ComputeDirtyBytes()1453 if (remote_ptr[i] != zygote_ptr[i]) { in ComputeDirtyBytes()