Home
last modified time | relevance | path

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

/aosp12/art/dexlayout/
H A Ddex_writer.cc235 stream->AlignTo(SectionAlignment(DexFile::kDexTypeStringIdItem)); in WriteStringIds()
250 stream->AlignTo(SectionAlignment(DexFile::kDexTypeStringDataItem)); in WriteStringData()
271 stream->AlignTo(SectionAlignment(DexFile::kDexTypeTypeIdItem)); in WriteTypeIds()
286 stream->AlignTo(SectionAlignment(DexFile::kDexTypeTypeList)); in WriteTypeLists()
304 stream->AlignTo(SectionAlignment(DexFile::kDexTypeProtoIdItem)); in WriteProtoIds()
324 stream->AlignTo(SectionAlignment(DexFile::kDexTypeFieldIdItem)); in WriteFieldIds()
341 stream->AlignTo(SectionAlignment(DexFile::kDexTypeMethodIdItem)); in WriteMethodIds()
520 stream->AlignTo(SectionAlignment(DexFile::kDexTypeDebugInfoItem)); in WriteDebugInfoItem()
576 stream->AlignTo(SectionAlignment(DexFile::kDexTypeCodeItem)); in WriteCodeItem()
632 stream->AlignTo(SectionAlignment(DexFile::kDexTypeClassDefItem)); in WriteClassDefs()
[all …]
H A Dcompact_dex_writer.cc207 SectionAlignment(DexFile::kDexTypeDebugInfoItem), in WriteDebugInfoItem()
320 SectionAlignment(DexFile::kDexTypeStringDataItem), in WriteStringData()
463 data_stream->AlignTo(SectionAlignment(DexFile::kDexTypeMapList)); in Write()
H A Ddex_writer.h178 static inline constexpr uint32_t SectionAlignment(DexFile::MapItemType type) { in SectionAlignment() function
/aosp12/art/libdexfile/dex/
H A Ddex_file_verifier_test.cc1308 TEST_F(DexFileVerifierTest, SectionAlignment) { in TEST_F() argument