Home
last modified time | relevance | path

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

/art/imgdiag/
Dimgdiag.cc207 const uint8_t* local_ptr = reinterpret_cast<const uint8_t*>(&image_header) + boot_offset; in RemoteContentsPointerToLocal() local
209 return reinterpret_cast<T*>(const_cast<uint8_t*>(local_ptr)); in RemoteContentsPointerToLocal()
1334 const uint8_t* local_ptr = reinterpret_cast<const uint8_t*>(&image_header) + offset; in ComputeDirtyBytes() local
1337 if (memcmp(local_ptr, remote_ptr, kPageSize) != 0) { in ComputeDirtyBytes()
1343 const uint32_t* local_ptr_int32 = reinterpret_cast<const uint32_t*>(local_ptr); in ComputeDirtyBytes()
1363 const uint8_t* local_ptr = reinterpret_cast<const uint8_t*>(&image_header) + offset; in ComputeDirtyBytes() local
1366 virtual_page_idx = reinterpret_cast<uintptr_t>(local_ptr) / kPageSize; in ComputeDirtyBytes()
1370 if (*local_ptr != *remote_ptr) { in ComputeDirtyBytes()