Searched refs:index_bss_mapping_offset (Results 1 – 1 of 1) sorted by relevance
454 uint32_t index_bss_mapping_offset; in ReadIndexBssMapping() local455 if (UNLIKELY(!ReadOatDexFileData(*this, oat, &index_bss_mapping_offset))) { in ReadIndexBssMapping()464 index_bss_mapping_offset != 0u && in ReadIndexBssMapping()465 index_bss_mapping_offset <= Size() && in ReadIndexBssMapping()466 IsAligned<alignof(IndexBssMapping)>(index_bss_mapping_offset) && in ReadIndexBssMapping()467 Size() - index_bss_mapping_offset >= IndexBssMapping::ComputeSize(0); in ReadIndexBssMapping()469 ? reinterpret_cast<const IndexBssMapping*>(Begin() + index_bss_mapping_offset) in ReadIndexBssMapping()471 if (index_bss_mapping_offset != 0u && in ReadIndexBssMapping()474 UNLIKELY(Size() - index_bss_mapping_offset < in ReadIndexBssMapping()482 index_bss_mapping_offset, in ReadIndexBssMapping()