Lines Matching refs:IndexBssMapping
442 /*out*/const IndexBssMapping** mapping, in ReadIndexBssMapping()
457 IsAligned<alignof(IndexBssMapping)>(index_bss_mapping_offset) && in ReadIndexBssMapping()
458 oat_file->Size() - index_bss_mapping_offset >= IndexBssMapping::ComputeSize(0); in ReadIndexBssMapping()
459 const IndexBssMapping* index_bss_mapping = readable_index_bss_mapping_size in ReadIndexBssMapping()
460 ? reinterpret_cast<const IndexBssMapping*>(oat_file->Begin() + index_bss_mapping_offset) in ReadIndexBssMapping()
466 IndexBssMapping::ComputeSize(index_bss_mapping->size())))) { in ReadIndexBssMapping()
486 const IndexBssMapping* index_bss_mapping) { in DCheckIndexToBssMapping()
823 const IndexBssMapping* method_bss_mapping; in Setup()
824 const IndexBssMapping* type_bss_mapping; in Setup()
825 const IndexBssMapping* string_bss_mapping; in Setup()
1694 const IndexBssMapping* method_bss_mapping_data, in OatDexFile()
1695 const IndexBssMapping* type_bss_mapping_data, in OatDexFile()
1696 const IndexBssMapping* string_bss_mapping_data, in OatDexFile()