Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.cc440 uint32_t index_bss_mapping_offset; in ReadIndexBssMapping() local
441 if (UNLIKELY(!ReadOatDexFileData(*oat_file, oat, &index_bss_mapping_offset))) { in ReadIndexBssMapping()
451 index_bss_mapping_offset != 0u && in ReadIndexBssMapping()
452 index_bss_mapping_offset <= oat_file->Size() && in ReadIndexBssMapping()
453 IsAligned<alignof(IndexBssMapping)>(index_bss_mapping_offset) && in ReadIndexBssMapping()
454 oat_file->Size() - index_bss_mapping_offset >= IndexBssMapping::ComputeSize(0); in ReadIndexBssMapping()
456 ? reinterpret_cast<const IndexBssMapping*>(oat_file->Begin() + index_bss_mapping_offset) in ReadIndexBssMapping()
458 if (index_bss_mapping_offset != 0u && in ReadIndexBssMapping()
461 UNLIKELY(oat_file->Size() - index_bss_mapping_offset < in ReadIndexBssMapping()
469 index_bss_mapping_offset, in ReadIndexBssMapping()