Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Doat_file.h563 const DexLayoutSections* GetDexLayoutSections() const { in GetDexLayoutSections() function
H A Doat_file.cc2301 const DexLayoutSections* const sections = oat_dex_file->GetDexLayoutSections(); in MadviseDexFile()
/aosp12/art/dex2oat/
H A Ddex2oat_test.cc1225 const DexLayoutSections* const sections = oat_dex->GetDexLayoutSections(); in TEST_F()
/aosp12/art/oatdump/
H A Doatdump.cc523 const DexLayoutSections* const layout_sections = oat_dex_file->GetDexLayoutSections(); in Dump()