Home
last modified time | relevance | path

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

/art/runtime/
Dimage.h320 const ImageSection& GetClassTableSection() const { in GetClassTableSection() function
/art/oatdump/
Doatdump.cc1983 const auto& class_table_section = image_header_.GetClassTableSection(); in Dump()
/art/dex2oat/linker/
Dimage_writer.cc2898 const ImageSection& class_table_section = image_header->GetClassTableSection(); in CopyAndFixupNativeData()