Searched refs:index_bss_mapping_offset (Results 1 – 1 of 1) sorted by relevance
415 uint32_t index_bss_mapping_offset; in ReadIndexBssMapping() local416 if (UNLIKELY(!ReadOatDexFileData(*oat_file, oat, &index_bss_mapping_offset))) { in ReadIndexBssMapping()426 index_bss_mapping_offset != 0u && in ReadIndexBssMapping()427 index_bss_mapping_offset <= oat_file->Size() && in ReadIndexBssMapping()428 IsAligned<alignof(IndexBssMapping)>(index_bss_mapping_offset) && in ReadIndexBssMapping()429 oat_file->Size() - index_bss_mapping_offset >= IndexBssMapping::ComputeSize(0); in ReadIndexBssMapping()431 ? reinterpret_cast<const IndexBssMapping*>(oat_file->Begin() + index_bss_mapping_offset) in ReadIndexBssMapping()433 if (index_bss_mapping_offset != 0u && in ReadIndexBssMapping()436 UNLIKELY(oat_file->Size() - index_bss_mapping_offset < in ReadIndexBssMapping()444 index_bss_mapping_offset, in ReadIndexBssMapping()