Home
last modified time | relevance | path

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

/art/imgdiag/
Dimgdiag.cc252 const uint8_t* local_ptr = reinterpret_cast<const uint8_t*>(&boot_image_header) + offset; in DumpImageDiffMap() local
255 if (memcmp(local_ptr, remote_ptr, kPageSize) != 0) { in DumpImageDiffMap()
261 const uint32_t* local_ptr_int32 = reinterpret_cast<const uint32_t*>(local_ptr); in DumpImageDiffMap()
278 const uint8_t* local_ptr = reinterpret_cast<const uint8_t*>(&boot_image_header) + offset; in DumpImageDiffMap() local
281 virtual_page_idx = reinterpret_cast<uintptr_t>(local_ptr) / kPageSize; in DumpImageDiffMap()
285 if (*local_ptr != *remote_ptr) { in DumpImageDiffMap()
688 const uint8_t* local_ptr = reinterpret_cast<const uint8_t*>(&image_header) + boot_offset; in RemoteContentsPointerToLocal() local
690 return reinterpret_cast<T*>(const_cast<uint8_t*>(local_ptr)); in RemoteContentsPointerToLocal()