Lines Matching refs:SectionAlignment

235     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()
357 stream->AlignTo(SectionAlignment(DexFile::kDexTypeEncodedArrayItem)); in WriteEncodedArrays()
370 stream->AlignTo(SectionAlignment(DexFile::kDexTypeAnnotationItem)); in WriteAnnotations()
386 stream->AlignTo(SectionAlignment(DexFile::kDexTypeAnnotationSetItem)); in WriteAnnotationSets()
405 stream->AlignTo(SectionAlignment(DexFile::kDexTypeAnnotationSetRefList)); in WriteAnnotationSetRefs()
424 stream->AlignTo(SectionAlignment(DexFile::kDexTypeAnnotationsDirectoryItem)); in WriteAnnotationsDirectories()
471 stream->AlignTo(SectionAlignment(DexFile::kDexTypeHiddenapiClassData)); in WriteHiddenapiClassData()
520 stream->AlignTo(SectionAlignment(DexFile::kDexTypeDebugInfoItem)); in WriteDebugInfoItem()
576 stream->AlignTo(SectionAlignment(DexFile::kDexTypeCodeItem)); in WriteCodeItem()
632 stream->AlignTo(SectionAlignment(DexFile::kDexTypeClassDefItem)); in WriteClassDefs()
661 stream->AlignTo(SectionAlignment(DexFile::kDexTypeClassDataItem)); in WriteClassDatas()
681 stream->AlignTo(SectionAlignment(DexFile::kDexTypeCallSiteIdItem)); in WriteCallSiteIds()
698 stream->AlignTo(SectionAlignment(DexFile::kDexTypeMethodHandleItem)); in WriteMethodHandles()
914 stream->AlignTo(SectionAlignment(DexFile::kDexTypeMapList)); in Write()