Lines Matching refs:IndexBssMapping
413 /*out*/const IndexBssMapping** mapping, 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()
430 const IndexBssMapping* index_bss_mapping = readable_index_bss_mapping_size in ReadIndexBssMapping()
431 ? reinterpret_cast<const IndexBssMapping*>(oat_file->Begin() + index_bss_mapping_offset) in ReadIndexBssMapping()
437 IndexBssMapping::ComputeSize(index_bss_mapping->size())))) { in ReadIndexBssMapping()
812 const IndexBssMapping* method_bss_mapping; in Setup()
813 const IndexBssMapping* type_bss_mapping; in Setup()
814 const IndexBssMapping* string_bss_mapping; in Setup()
1867 const IndexBssMapping* method_bss_mapping_data, in OatDexFile()
1868 const IndexBssMapping* type_bss_mapping_data, in OatDexFile()
1869 const IndexBssMapping* string_bss_mapping_data, in OatDexFile()
2196 const IndexBssMapping* index_bss_mapping) { in DCheckIndexToBssMapping()