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

  /art/libdexfile/dex/
dex_file_layout.cc 26 int DexLayoutSection::MadviseLargestPageAlignedRegion(const uint8_t* begin,
50 void DexLayoutSection::Subsection::Madvise(const DexFile* dex_file, int advice) const {
66 for (const DexLayoutSection& section : sections_) {
97 std::ostream& operator<<(std::ostream& os, const DexLayoutSection& section) {
99 const DexLayoutSection::Subsection& part = section.parts_[i];
dex_file_layout.h 67 class DexLayoutSection {
118 DexLayoutSection sections_[static_cast<size_t>(SectionType::kSectionCount)];
122 std::ostream& operator<<(std::ostream& os, const DexLayoutSection& section);
  /art/dex2oat/
dex2oat_test.cc     [all...]
  /art/dexlayout/
dex_writer.cc 603 DexLayoutSection* code_section = nullptr;
    [all...]
  /art/runtime/
oat_file.cc     [all...]

Completed in 741 milliseconds