Home
last modified time | relevance | path

Searched defs:sections_ (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/libdexfile/dex/
H A Ddex_file_layout.h118 DexLayoutSection sections_[static_cast<size_t>(SectionType::kSectionCount)]; variable
/aosp12/art/libelffile/elf/
H A Delf_debug_reader.h189 ArrayRef<const Elf_Shdr> sections_; variable
H A Delf_builder.h985 std::vector<Section*> sections_; variable
/aosp12/art/runtime/
H A Dimage.h491 ImageSection sections_[kSectionCount]; variable
/aosp12/frameworks/native/cmds/dumpstate/tests/
H A Ddumpstate_smoke_test.cpp196 std::shared_ptr<std::vector<SectionInfo>> sections_; member in android::os::dumpstate::DumpstateListener