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

/art/imgdiag/
H A Dimgdiag.cc410 uint8_t* remote_ptr = &remote_contents[offset]; local
412 if (memcmp(local_ptr, remote_ptr, kPageSize) != 0) {
417 uint32_t* remote_ptr_int32 = reinterpret_cast<uint32_t*>(remote_ptr);
436 uint8_t* remote_ptr = &remote_contents[offset]; local
442 if (*local_ptr != *remote_ptr) {
836 static T* FixUpRemotePointer(T* remote_ptr, argument
839 if (remote_ptr == nullptr) {
843 uintptr_t remote = reinterpret_cast<uintptr_t>(remote_ptr);
854 static T* RemoteContentsPointerToLocal(T* remote_ptr, argument
857 if (remote_ptr
[all...]

Completed in 5 milliseconds