Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dimage-inl.h54 const ImageSection& fields = GetFieldsSection(); in VisitPackedArtFields()
H A Dimage.h293 const ImageSection& GetFieldsSection() const { in GetFieldsSection() function
/aosp12/art/oatdump/
H A Doatdump.cc1869 CHECK_ALIGNED(image_header_.GetFieldsSection().Offset(), 4); in Dump()