HomeSort by relevance Sort by last modified time
    Searched refs:DexLayoutSections (Results 1 - 9 of 9) sorted by null

  /art/libdexfile/dex/
dex_file_layout.h 106 class DexLayoutSections {
121 std::ostream& operator<<(std::ostream& os, const DexLayoutSections::SectionType& collector_type);
123 std::ostream& operator<<(std::ostream& os, const DexLayoutSections& sections);
dex_file_layout.cc 59 void DexLayoutSections::Madvise(const DexFile* dex_file, MadviseState state) const {
106 std::ostream& operator<<(std::ostream& os, const DexLayoutSections& sections) {
107 for (size_t i = 0; i < static_cast<size_t>(DexLayoutSections::SectionType::kSectionCount); ++i) {
108 os << static_cast<DexLayoutSections::SectionType>(i) << ":" << sections.sections_[i] << "\n";
  /art/dexlayout/
dexlayout.h 124 DexLayoutSections& GetSections() {
193 DexLayoutSections dex_sections_;
dex_writer.cc 606 DexLayoutSections::SectionType::kSectionTypeCode)];
    [all...]
  /art/runtime/
oat_file.h 45 class DexLayoutSections;
550 const DexLayoutSections* GetDexLayoutSections() const {
565 const DexLayoutSections* dex_layout_sections);
589 const DexLayoutSections* const dex_layout_sections_ = nullptr;
oat_file.cc     [all...]
  /art/dex2oat/
dex2oat_test.cc     [all...]
  /art/dex2oat/linker/
oat_writer.cc 353 DexLayoutSections dex_sections_layout_;
    [all...]
  /art/oatdump/
oatdump.cc 521 const DexLayoutSections* const layout_sections = oat_dex_file->GetDexLayoutSections();
    [all...]

Completed in 183 milliseconds