Home
last modified time | relevance | path

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

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