Home
last modified time | relevance | path

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

/art/runtime/
Dimage.h328 const ImageSection& GetMetadataSection() const { in GetMetadataSection() function
/art/oatdump/
Doatdump.cc1989 const auto& metadata_section = image_header_.GetMetadataSection(); in Dump()
/art/runtime/gc/space/
Dimage_space.cc4178 const ImageSection& metadata = GetImageHeader().GetMetadataSection(); in ReleaseMetadata()