Home
last modified time | relevance | path

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

/art/imgdiag/
Dimgdiag.cc358 const uint8_t* begin_image_ptr = image_begin_unaligned; in DumpImageDiffMap() local
361 const uint8_t* current = begin_image_ptr + RoundUp(sizeof(ImageHeader), kObjectAlignment); in DumpImageDiffMap()
396 ptrdiff_t offset = current - begin_image_ptr; in DumpImageDiffMap()