Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dvdex_file.h94 uint32_t section_offset; member
98 : section_kind(kind), section_offset(offset), section_size(size) {} in VdexSectionHeader()
155 GetSectionHeaderAt(i).section_offset + GetSectionHeaderAt(i).section_size); in GetComputedFileSize()
176 Begin() + GetSectionHeader(VdexSection::kChecksumSection).section_offset); in GetDexChecksumsArray()
262 Begin() + GetSectionHeader(VdexSection::kVerifierDepsSection).section_offset, in GetVerifierDepsData()
316 return Begin() + GetSectionHeader(VdexSection::kDexFileSection).section_offset; in DexBegin()
321 return Begin() + GetSectionHeader(VdexSection::kTypeLookupTableSection).section_offset; in TypeLookupTableDataBegin()
H A Dvdex_file.cc271 sections[VdexSection::kChecksumSection].section_offset = GetChecksumsOffset(); in WriteToDisk()
277 sections[VdexSection::kDexFileSection].section_offset = 0u; in WriteToDisk()
282 sections[VdexSection::kVerifierDepsSection].section_offset = in WriteToDisk()
289 sections[VdexSection::kTypeLookupTableSection].section_offset = in WriteToDisk()
290 sections[VdexSection::kVerifierDepsSection].section_offset + verifier_deps_with_padding_size; in WriteToDisk()
/aosp12/art/libdexfile/dex/
H A Ddex_file_verifier.cc2313 uint32_t section_offset = item->offset_; in CheckIntraSection() local
2318 if (!CheckPadding(offset, section_offset, type)) { in CheckIntraSection()
2320 } else if (UNLIKELY(offset > section_offset)) { in CheckIntraSection()
2336 if (UNLIKELY(section_offset != 0)) { in CheckIntraSection()
2346 if (!CheckIntraIdSection<type>(section_offset, section_count)) { \ in CheckIntraSection()
2364 if (UNLIKELY(section_offset != header_->map_off_)) { in CheckIntraSection()
2366 section_offset, header_->map_off_); in CheckIntraSection()
2375 if (!CheckIntraSectionIterate<type>(section_offset, section_count)) { \ in CheckIntraSection()
2386 if (!CheckIntraDataSection<type>(section_offset, section_count)) { \ in CheckIntraSection()
3252 uint32_t section_offset = item->offset_; in CheckInterSection() local
[all …]
/aosp12/frameworks/native/libs/vr/libpdx/
H A Dencoder_performance_test.cpp43 const size_t section_offset = Size(); in GetNextWriteBufferSection() local
45 return Data() + section_offset; in GetNextWriteBufferSection()