Lines Matching refs:remote_contents

175                                     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
714 : RegionCommon<ArtMethod>(os, remote_contents, zygote_contents, boot_map, image_header), in RegionSpecializedBase()
717 ArtMethod* art_method = reinterpret_cast<ArtMethod*>(&remote_contents[0]); in RegionSpecializedBase()
949 ArrayRef<uint8_t> remote_contents, in RegionData() argument
955 remote_contents, in RegionData()
961 CHECK(!remote_contents.empty()); in RegionData()
1317 ArrayRef<uint8_t> remote_contents, in ComputeDirtyBytes() argument
1334 const uint8_t* remote_ptr = &remote_contents[offset]; in ComputeDirtyBytes()
1363 const uint8_t* remote_ptr = &remote_contents[offset]; in ComputeDirtyBytes()
1551 ArrayRef<uint8_t> remote_contents; in DumpImageDiffMap() local
1552 if (!read_contents(&image_mem_file_, &remote_contents_map, &remote_contents)) { in DumpImageDiffMap()
1580 if (!ComputeDirtyBytes(image_header, image_begin, boot_map, remote_contents, &mapping_data)) { in DumpImageDiffMap()
1594 remote_contents, in DumpImageDiffMap()
1605 remote_contents, in DumpImageDiffMap()