Home
last modified time | relevance | path

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

/art/imgdiag/
Dimgdiag.cc175 ArrayRef<uint8_t> remote_contents, in FixUpRemotePointer() argument
192 return reinterpret_cast<T*>(&remote_contents[boot_offset]); in FixUpRemotePointer()
197 ArrayRef<uint8_t> remote_contents, in RemoteContentsPointerToLocal() argument
205 ptrdiff_t boot_offset = remote - &remote_contents[0]; in RemoteContentsPointerToLocal()
234 ArrayRef<uint8_t> remote_contents, in RegionCommon()
239 remote_contents_(remote_contents), in RegionCommon()
246 CHECK(!remote_contents.empty()); in RegionCommon()
381 ArrayRef<uint8_t> remote_contents, in RegionSpecializedBase() argument
386 : RegionCommon<mirror::Object>(os, remote_contents, zygote_contents, boot_map, image_header), in RegionSpecializedBase()
709 ArrayRef<uint8_t> remote_contents, in RegionSpecializedBase() argument
[all …]