Home
last modified time | relevance | path

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

/art/imgdiag/
Dimgdiag.cc195 std::vector<uint8_t> remote_contents(boot_map_size); in DumpImageDiffMap() local
196 if (!map_file->PreadFully(&remote_contents[0], boot_map_size, boot_map.start)) { in DumpImageDiffMap()
253 uint8_t* remote_ptr = &remote_contents[offset]; in DumpImageDiffMap()
279 uint8_t* remote_ptr = &remote_contents[offset]; in DumpImageDiffMap()
397 const uint8_t* current_remote = &remote_contents[offset]; in DumpImageDiffMap()
539 FixUpRemotePointer(art_method->GetDeclaringClass(), remote_contents, boot_map); in DumpImageDiffMap()
544 remote_contents, in DumpImageDiffMap()
592 remote_contents, in DumpImageDiffMap()
661 std::vector<uint8_t>& remote_contents, in FixUpRemotePointer() argument
674 return reinterpret_cast<T*>(&remote_contents[boot_offset]); in FixUpRemotePointer()
[all …]