Searched refs:AlignTo (Results 1 – 3 of 3) sorted by relevance
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()[all …]
82 stream->AlignTo(CompactOffsetTable::kAlignment); in WriteDebugInfoOffsetTable()115 stream_->AlignTo(alignment_); in ScopedDataSectionItem()420 data_stream->AlignTo(kDataSectionAlignment); in Write()463 data_stream->AlignTo(SectionAlignment(DexFile::kDexTypeMapList)); in Write()487 data_stream->AlignTo(kDataSectionAlignment); in Write()493 main_stream->AlignTo(kDataSectionAlignment); in Write()
130 ALWAYS_INLINE void AlignTo(const size_t alignment) { in AlignTo() function