Home
last modified time | relevance | path

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

/art/imgdiag/
Dimgdiag.cc176 const backtrace_map_t& boot_map) in FixUpRemotePointer() argument
186 if (remote < boot_map.start || remote >= boot_map.end) { in FixUpRemotePointer()
190 off_t boot_offset = remote - boot_map.start; in FixUpRemotePointer()
236 const backtrace_map_t& boot_map, in RegionCommon()
241 boot_map_(boot_map), in RegionCommon()
383 const backtrace_map_t& boot_map, in RegionSpecializedBase() argument
386 : RegionCommon<mirror::Object>(os, remote_contents, zygote_contents, boot_map, image_header), in RegionSpecializedBase()
711 const backtrace_map_t& boot_map, in RegionSpecializedBase() argument
714 : RegionCommon<ArtMethod>(os, remote_contents, zygote_contents, boot_map, image_header), in RegionSpecializedBase()
951 const backtrace_map_t& boot_map, in RegionData() argument
[all …]