Home
last modified time | relevance | path

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

/aosp12/art/dexlayout/
H A Ddex_writer.h65 static constexpr uint32_t kDexSectionWordAlignment = 4; variable
189 return DexWriter::kDexSectionWordAlignment; in SectionAlignment()