Home
last modified time | relevance | path

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

/art/runtime/oat/
Dimage-inl.h54 const ImageSection& fields = GetFieldsSection(); in VisitPackedArtFields()
Dimage.h299 const ImageSection& GetFieldsSection() const { in GetFieldsSection() function
/art/oatdump/
Doatdump.cc1962 CHECK_ALIGNED(image_header_.GetFieldsSection().Offset(), 4); in Dump()